Files
nairobi/app/models/tagging.rb
Javi Martín b8fbd6347b Use acts_as_taggable for investment valuation tags
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.
2019-11-01 17:12:31 +01:00

3 lines
46 B
Ruby

class Tagging < ActsAsTaggableOn::Tagging
end