Class: ActiveRecord::InvalidRuleEvent

Inherits:
ActiveRecordError
  • Object
show all
Defined in:
lib/active_record/postgresql_extensions/rules.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ InvalidRuleEvent

Returns a new instance of InvalidRuleEvent.



6
7
8
# File 'lib/active_record/postgresql_extensions/rules.rb', line 6

def initialize(event)
  super("Invalid rule event - #{event}")
end