Module: Suite::ServerError
- Included in:
- Server
- Defined in:
- lib/suite/server/error.rb
Instance Method Summary collapse
Instance Method Details
#not_found ⇒ Object
3 4 5 |
# File 'lib/suite/server/error.rb', line 3 def not_found [404, {}, "Resource not found"] end |