Module: EasyTag::Tagger
- Extended by:
- ActiveSupport::Concern, ClassMethods
- Defined in:
- lib/easy_tag/tagger.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from ClassMethods
Instance Method Details
#is_tagger? ⇒ Boolean
32 33 34 |
# File 'lib/easy_tag/tagger.rb', line 32 def is_tagger? return true end |