module Mtdevise::ScopedTo
Public Instance Methods
scoped_to(account)
click to toggle source
# File lib/mtdevise/scoped_to.rb, line 4 def scoped_to(account) where(:account_id => account.id) end
# File lib/mtdevise/scoped_to.rb, line 4 def scoped_to(account) where(:account_id => account.id) end