Skip to content

Instantly share code, notes, and snippets.

View JLRiiot's full-sized avatar
🎯
Focusing

Jose Luis Montana JLRiiot

🎯
Focusing
View GitHub Profile
@JLRiiot
JLRiiot / active-record-migration-expert.md
Last active August 16, 2018 19:43 — forked from pyk/active-record-migration-expert.md
active record migration expert (Rails 4.0.2)

become active record migration expert (Rails 4.0.2)

workflow:

create model

$ rails g model NameOfModel
    invoke  active_record
    create    db/migrate/YYYYMMDDHHMMSS_create_name_of_models.rb