Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-zaytsev committed Nov 13, 2011
1 parent a546682 commit 01066ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ the user's rating description or comment.

==Install

You can use the latest Rails 3 gem with the latest Acts As Rateable gem:
You can easily install gem by adding this line into your Gemfile:

gem install acts_as_rateable
gem "acts_as_rateable", :git => "git://github.com/anton-zaytsev/acts_as_rateable.git"

After you install Acts As Rateable and add it to your Gemfile, you need to run the generator:

Expand Down
4 changes: 2 additions & 2 deletions lib/generators/acts_as_rateable/acts_as_rateable_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def self.next_migration_number(path)
end

def copy_migration_file
migration_template 'migration.rb', 'db/migrate/acts_as_rateable_migration'
migration_template 'migration.rb', 'db/migrate/acts_as_rateable_migration'
end
end
end

0 comments on commit 01066ec

Please sign in to comment.