Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Added different command for Rails 3 and Rails for generating comments…
Browse files Browse the repository at this point in the history
… migration.
  • Loading branch information
troszok committed Nov 11, 2010
1 parent a5e2dca commit f04c642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Install

Generate your comment model:

script/generate comment
** Rails 3: rails g comment
** Rails 2: script/generate comment

Then migrate your database:

Expand Down

0 comments on commit f04c642

Please sign in to comment.