lib/thumbs_up.rb in thumbs_up-0.6.5 vs lib/thumbs_up.rb in thumbs_up-0.6.6
- old
+ new
@@ -15,11 +15,11 @@
# Call this method to modify defaults in your initializers.
#
# @example
# ThumbsUp.configure do |config|
- # config.voteable_relationship_name = :votes_by
- # config.voter_relationship_name = :votes_on
+ # config.voteable_relationship_name = :votes_on
+ # config.voter_relationship_name = :votes_by
# end
def configure
yield(configuration)
end