Skip to content

Commit

Permalink
Edited lib/acts_as_taggable_on/tag.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
John McGrath committed Oct 11, 2011
1 parent dcc0c62 commit 5745c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/acts_as_taggable_on/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Tag < ::ActiveRecord::Base
include ActsAsTaggableOn::Utils

attr_accessible :name
attr_accessible :completable

### ASSOCIATIONS:

Expand Down

0 comments on commit 5745c7c

Please sign in to comment.