Class: Wallaby::ModelNotFound
- Defined in:
- lib/errors/wallaby/model_not_found.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#message ⇒ String
Not found error message.
Instance Method Details
#message ⇒ String
6 7 8 9 10 |
# File 'lib/errors/wallaby/model_not_found.rb', line 6 def return super if super.include? "\n" Locale.t 'errors.not_found.model', model: super end |