Exception: BigBrotha::NotActiveRecordModel
- Defined in:
- lib/bigbrotha/errors.rb
Instance Method Summary collapse
Methods inherited from Error
Instance Method Details
#error ⇒ Object
18 19 20 |
# File 'lib/bigbrotha/errors.rb', line 18 def error 'model_is_not_active_record' end |
#status ⇒ Object
22 23 24 |
# File 'lib/bigbrotha/errors.rb', line 22 def status :bad_request end |