Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
José Carlos Polo
jcPOLO
1
follower
·
6
following
Zaragoza
http://www.aragon.es
View GitHub Profile
All gists
5
Forked
2
Starred
1
Sort:
Recently created
Recently created
Least recently created
Recently updated
Least recently updated
Sort:
Recently created
Recently created
Least recently created
Recently updated
Least recently updated
1 file
217 forks
23 comments
584 stars
rstacruz
/
index.md
Last active
May 21, 2025 10:07
Rails models cheatsheet
Rails Models
Generating models
$ rails g model User
Associations
belongs_to
has_one
You can’t perform that action at this time.