lib/mtdevise/scoped_to.rb in mtdevise-3.8.4 vs lib/mtdevise/scoped_to.rb in mtdevise-3.9.0
- old
+ new
@@ -1,7 +1,7 @@
module Mtdevise
- module ScopedTo
- def scoped_to(account)
- where(:account_id => account.id)
- end
- end
-end
\ No newline at end of file
+ module ScopedTo
+ def scoped_to(account)
+ where(:account_id => account.id)
+ end
+ end
+end