Class: OnboardOnRails::Tour
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- OnboardOnRails::Tour
- Includes:
- Concerns::SegmentEvaluator, Concerns::UrlMatchable
- Defined in:
- app/models/onboard_on_rails/tour.rb
Constant Summary collapse
- STATUSES =
%w[draft active archived].freeze
- TRIGGER_TYPES =
%w[auto event manual].freeze
- FREQUENCIES =
%w[once every_session always].freeze
- THEMES =
%w[tooltip modal banner slideout].freeze
- DEVICE_TYPES =
%w[all desktop mobile].freeze