Module: RestfulError
- Defined in:
- lib/restful_error.rb,
lib/restful_error/version.rb,
lib/restful_error/wrapper.rb
Defined Under Namespace
Modules: ActionController, Helper Classes: ExceptionsController, Wrapper
Constant Summary collapse
- VERSION =
"0.0.10"
Class Method Summary collapse
Class Method Details
.exceptions_app ⇒ Object
67 68 69 |
# File 'lib/restful_error.rb', line 67 def self.exceptions_app ExceptionsController.action(:show) end |