Commit 4b3ef7015733e83b4b903d75383ced6607b5e467

Authored by James McCarthy
1 parent ad334fe7
Exists in master and in 1 other branch rails_3

Updated usage instructions for generator.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/generators/USAGE
1 Description: 1 Description:
2 - run ./script/generate acts_as_follower 2 + rails generate acts_as_follower
3 3
4 no need to specify a name after acts_as_follower as you can not change the model name from Follow 4 no need to specify a name after acts_as_follower as you can not change the model name from Follow
5 the acts_as_follower_migration file will be created in db/migrate 5 the acts_as_follower_migration file will be created in db/migrate
6 \ No newline at end of file 6 \ No newline at end of file