Skip to content

Commit

Permalink
Revert mbleigh#660
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanvlviv committed May 14, 2019
1 parent 4d9a10c commit ef94253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts_as_taggable_on/taggable/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def grouped_column_names_for(object)
end

def custom_contexts
@custom_contexts ||= taggings.map(&:context).uniq
@custom_contexts ||= []
end

def is_taggable?
Expand Down

0 comments on commit ef94253

Please sign in to comment.