Created
June 6, 2016 20:31
-
-
Save Prajjwal/0dff3c09607f5e25ba29400975eff470 to your computer and use it in GitHub Desktop.
Rails Model Structure
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
class User < ApplicationRecord | |
# === [Constants] ========== | |
# === [Attributes] ========= | |
# === [Extensions] ========= | |
# === [Relationships] ====== | |
# === [Validations] ======== | |
# === [Scopes] ============= | |
# === [Callbacks] ========== | |
# === [Class] ============== | |
# === [Instance] =========== | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment