Module: Taggable::Event
- Defined in:
- lib/taggable/event.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 |
# File 'lib/taggable/event.rb', line 3 def self.included(base) base.class_eval { before_validation_on_create :inherit_tags } end |