Created
October 7, 2019 06:55
-
-
Save hutusi/3cf8021bb19c42688f4ac7b2878e7588 to your computer and use it in GitHub Desktop.
Organizing-Ruby-on-Rails-Models
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 User < ActiveRecord::Base | |
# == Constants ============================================================ | |
# == Attributes =========================================================== | |
# == Extensions =========================================================== | |
# == Relationships ======================================================== | |
# == Validations ========================================================== | |
# == Scopes =============================================================== | |
# == Callbacks ============================================================ | |
# == Class Methods ======================================================== | |
# == Instance Methods ===================================================== | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
references: https://www.zmwolski.com/Organizing-Ruby-on-Rails-Models