Created
October 29, 2011 01:04
-
-
Save jperrine/1323948 to your computer and use it in GitHub Desktop.
separation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in lib/admin_user_methods.rb | |
module AdminUserMethods | |
# your methods go here | |
end | |
# in app/models/user.rb | |
class User < AR | |
include AdminUserMethods | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment