Module: Vero::Trackable
- Defined in:
- lib/vero/trackable.rb,
lib/vero/trackable/base.rb,
lib/vero/trackable/interface.rb
Defined Under Namespace
Class Method Summary collapse
Methods included from Interface
Methods included from Base
#to_vero, #with_default_vero_context, #with_vero_context
Class Method Details
.included(base) ⇒ Object
11 12 13 14 |
# File 'lib/vero/trackable.rb', line 11 def self.included(base) @vero_trackable_map = [] base.extend(Base::ClassMethods) end |