Skip to content

Instantly share code, notes, and snippets.

View uxrobert's full-sized avatar

Robert Romulus uxrobert

  • New York, New York
View GitHub Profile
@uxrobert
uxrobert / gist:372faf5b40a2aba05cce406edeeaed24
Created December 22, 2019 07:10 — forked from afeld/gist:4952991
good APIs for mashups
@uxrobert
uxrobert / index.md
Created January 20, 2019 05:48 — forked from rstacruz/index.md
Rails models cheatsheet

Rails Models

Generating models

$ rails g model User

Associations

belongs_to

has_one