We were manually doing the same thing, generating inconsistent results, since the method `valuation_tag_list` was using the `valuation` context, when actually the expected behavior would be to use the `valuation_tag` context.
3 lines
46 B
Ruby
3 lines
46 B
Ruby
class Tagging < ActsAsTaggableOn::Tagging
|
|
end
|