Exception: Flame::RouterError::ExtraControllerActionsError
- Inherits:
-
ActionsError
- Object
- StandardError
- ActionsError
- Flame::RouterError::ExtraControllerActionsError
- Defined in:
- lib/flame/errors.rb
Overview
Error if controller has not assigned in routes actions
Instance Method Summary collapse
Methods inherited from ActionsError
Constructor Details
This class inherits a constructor from Flame::RouterError::ActionsError
Instance Method Details
#message ⇒ Object
21 22 23 24 |
# File 'lib/flame/errors.rb', line 21 def "Routes for '#{@ctrl}' has no methods" \ " '#{@extra_actions.join(', ')}'" end |