Created
August 19, 2014 01:58
-
-
Save sevenseacat/cd6bace174e24eed40b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rails g model Foo | |
invoke active_record | |
create db/migrate/20140819015801_create_foos.rb | |
create app/models/foo.rb | |
invoke test_unit | |
create test/models/foo_test.rb | |
create test/fixtures/foos.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment