Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Main uses would be for Users to follow other Users or for Users to follow Books,
=== The master branch supports Rails 5

Add the gem to the gemfile:
gem 'acts_as_follower', github: 'tcocca/acts_as_follower', branch: 'master'
gem 'acts_as_follower', :git => 'https://github.com/tcocca/acts_as_follower', branch: 'master'

Other instructions same as for Rails 4.

Expand Down