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 15, 2019
1 parent fb460dd commit 6b48015
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 @@ -125,7 +125,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 6b48015

Please sign in to comment.