Class: Workarea::Segment::Rules::Base
- Inherits:
-
Object
- Object
- Workarea::Segment::Rules::Base
- Includes:
- ApplicationDocument
- Defined in:
- app/models/workarea/segment/rules/base.rb
Direct Known Subclasses
BrowserInfo, Geolocation, LastOrder, LoggedIn, Orders, Revenue, Sessions, Tags, TrafficReferrer
Class Method Summary collapse
Methods included from ApplicationDocument
Methods included from Sidekiq::Callbacks
add_worker, assert_valid_config!, async, caching_classes?, disable, enable, inline, #run_callbacks, workers, workers_list
Methods included from Mongoid::Document
Class Method Details
.slug ⇒ Object
10 11 12 |
# File 'app/models/workarea/segment/rules/base.rb', line 10 def self.slug name.demodulize.underscore.to_sym end |