-
-
Save sergii/bb1c778c80c9302971256f68949d84ac to your computer and use it in GitHub Desktop.
AR template
This file contains hidden or 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
class Example < ActiveRecord::Base | |
## included modules & attr_* | |
## associations | |
## plugins | |
## named_scopes | |
## validations | |
## callbacks | |
## class methods | |
## public methods | |
## protected methods | |
protected | |
## private methods | |
private | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment