module Mtwarden::ScopedTo

Public Instance Methods

scoped_to(account) click to toggle source
# File lib/mtwarden/scoped_to.rb, line 4
def scoped_to(account)
  where(:account_id => account.id)
end