Created
November 1, 2011 01:15
-
-
Save jperrine/1329577 to your computer and use it in GitHub Desktop.
modules
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
module AdminUserMethods | |
def self.included(base) | |
base.extend(ClassMethods) | |
end | |
# instance methods go here | |
module ClassMethods | |
# class methods go here | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment