Module: NoFlyList::TaggingRecord
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/no_fly_list/tagging_record.rb
Overview
This module provides functionality for a tagging table that contains tags relationship for a model.
This concern can be included in models that represent tags to manage the relationship between the tag and the model.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
17 18 19 |
# File 'lib/no_fly_list/tagging_record.rb', line 17 def inspect "#<#{self.class.name} id: #{id}, tag_name: #{tag_name} >" end |