Skip to content

Instantly share code, notes, and snippets.

View Vladimire87's full-sized avatar

Vladimir Egorov Vladimire87

View GitHub Profile
@Vladimire87
Vladimire87 / index.md
Created April 30, 2017 10:50 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one