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

Commit

Permalink
Merge branch 'master' of https://github.com/gingko/acts_as_commentable
Browse files Browse the repository at this point in the history
…into gingko-master

* 'master' of https://github.com/gingko/acts_as_commentable:
  6a5cb8a
  Added different command for Rails 3 and Rails for generating comments migration.
  • Loading branch information
jackdempsey committed Dec 18, 2010
2 parents fd99784 + 6a5cb8a commit 3a1537d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ Install

* To install as a plugin
** Rails 3: script/plugin install http://github.com/jackdempsey/acts_as_commentable.git

** Rails 2: script/plugin install http://github.com/jackdempsey/acts_as_commentable.git -r 2.x


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 3a1537d

Please sign in to comment.