Module: Overule::RuleBehavior
- Extended by:
- ActiveSupport::Concern
- Included in:
- Rule
- Defined in:
- app/models/concerns/overule/rule_behavior.rb
Constant Summary collapse
- AUDITED_COLUMNS =
%w[name description enabled definition].freeze
- BLANK_DEFINITION =
{ "when" => { "cond" => [], "set" => [], "op" => "and" }, "then" => { "$static" => {} } }.freeze