Skip to content

Instantly share code, notes, and snippets.

View nithindavid's full-sized avatar
🏠
Working remotely

Nithin David Thomas nithindavid

🏠
Working remotely
View GitHub Profile
@nithindavid
nithindavid / index.md
Created February 2, 2016 08:39 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one