Class: ActiveRecord::InvalidFunctionBehavior

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

Overview

:nodoc:

Instance Method Summary collapse

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