Class: Bumbleworks::Gui::ErrorsController
- Inherits:
-
ApplicationController
- Object
- Rory::Controller
- ApplicationController
- Bumbleworks::Gui::ErrorsController
- Defined in:
- lib/bumbleworks/gui/controllers/errors_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'lib/bumbleworks/gui/controllers/errors_controller.rb', line 4 def index expose :errors => Bumbleworks.errors end |
#replay ⇒ Object
12 13 14 15 |
# File 'lib/bumbleworks/gui/controllers/errors_controller.rb', line 12 def replay error.replay redirect path_to('expressions_show', :pid => process.id, :id => expression.expid) end |
#show ⇒ Object
8 9 10 |
# File 'lib/bumbleworks/gui/controllers/errors_controller.rb', line 8 def show expose :expression => expression, :process => process, :error => error end |