Class: Immunio::RequestBlocked::Result

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/immunio/errors.rb

Instance Method Summary collapse

Instance Method Details

#error_field(_field) ⇒ Object

PG activerecord exception results must have an error_field method before Rails 4.x



22
23
24
# File 'lib/immunio/errors.rb', line 22

def error_field(_field)
  ""
end