Skip to content

Commit

Permalink
Try to make it really clear that you need 4.0.9 for Rails 3.2.10+
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
norman committed Jan 12, 2013
1 parent 813665c commit c9c9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You might also want to watch Ryan Bates's [Railscast on FriendlyId](http://rails

cd my_app

gem "friendly_id", "~> 4.0.9"
gem "friendly_id", "~> 4.0.9" # Note: You MUST use 4.0.9 or greater for Rails 3.2.10+

rails generate scaffold user name:string slug:string

Expand Down

2 comments on commit c9c9eaa

@tispratik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the commit! It helps.

@fabianoalmeida
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 👍

Please sign in to comment.