Skip to content

Commit

Permalink
removed deprecation warning from models spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-sourcebits committed May 27, 2012
1 parent ef93e7f commit 5c6c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models.rb
Expand Up @@ -35,7 +35,7 @@ class UntaggableModel < ActiveRecord::Base
end

class NonStandardIdTaggableModel < ActiveRecord::Base
set_primary_key "an_id"
primary_key = "an_id"
acts_as_taggable
acts_as_taggable_on :languages
acts_as_taggable_on :skills
Expand Down

0 comments on commit 5c6c4ac

Please sign in to comment.