lib/mtdevise/scoped_to.rb in mtdevise-5.0.1 vs lib/mtdevise/scoped_to.rb in mtdevise-5.1.0

- old
+ new

@@ -1,9 +1,9 @@ -module Mtdevise - module ScopedTo - - def scoped_to(account) - where(:account_id => account.id) - end - - end -end +module Mtdevise + module ScopedTo + + def scoped_to(account) + where(:account_id => account.id) + end + + end +end