Exception: PureForm::Errors::UnknownAttributeError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/pure_form/errors/unknown_attribute.rb

Class Method Summary collapse

Class Method Details

.build(key) ⇒ Object



4
5
6
# File 'lib/pure_form/errors/unknown_attribute.rb', line 4

def self.build(key)
  new("No such attribute: #{key.inspect}")
end