Skip to content

Instantly share code, notes, and snippets.

View pdsull's full-sized avatar

Paul Sullivan pdsull

View GitHub Profile

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