Class: ActiveRecord::InvalidFunctionBehavior
- Inherits:
-
ActiveRecordError
- Object
- ActiveRecordError
- ActiveRecord::InvalidFunctionBehavior
- Defined in:
- lib/active_record/postgresql_extensions/functions.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(behavior) ⇒ InvalidFunctionBehavior
constructor
A new instance of InvalidFunctionBehavior.
Constructor Details
#initialize(behavior) ⇒ InvalidFunctionBehavior
Returns a new instance of InvalidFunctionBehavior.
6 7 8 |
# File 'lib/active_record/postgresql_extensions/functions.rb', line 6 def initialize(behavior) super("Invalid function behavior - #{behavior}") end |