Skip to content

Instantly share code, notes, and snippets.

@mohitjain1
Created March 4, 2013 10:20
Show Gist options
  • Save mohitjain1/5081304 to your computer and use it in GitHub Desktop.
Save mohitjain1/5081304 to your computer and use it in GitHub Desktop.
default module
module AccountSetup
def self.included(base)
base.extend(ClassMethods)
end
module ClassMethods
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment