Skip to content

Commit

Permalink
Merge pull request #715 from amatsuda/⚠️
Browse files Browse the repository at this point in the history
⚠️ method redefined
  • Loading branch information
seuros committed Jan 21, 2016
2 parents 62fe5ba + 718fa05 commit 554a45e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/acts-as-taggable-on.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ def self.glue
end

class Configuration
attr_accessor :delimiter, :force_lowercase, :force_parameterize,
:strict_case_match, :remove_unused_tags, :default_parser,
attr_accessor :force_lowercase, :force_parameterize,
:remove_unused_tags, :default_parser,
:tags_counter
attr_reader :delimiter, :strict_case_match

def initialize
@delimiter = ','
Expand Down

0 comments on commit 554a45e

Please sign in to comment.