class BigBrotha::NotActiveRecordModel

Public Instance Methods

error() click to toggle source
# File lib/bigbrotha/errors.rb, line 18
def error
  'model_is_not_active_record'
end
status() click to toggle source
# File lib/bigbrotha/errors.rb, line 22
def status
  :bad_request
end