Exception: Flareshow::MissingRequiredField

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/exceptions.rb', line 4

def message
  "you attempted to save an object without providing all of the required fields"
end