Exception: Flame::RouterError::ExtraRoutesActionsError
- Inherits:
-
ActionsError
- Object
- StandardError
- ActionsError
- Flame::RouterError::ExtraRoutesActionsError
- Defined in:
- lib/flame/errors.rb
Overview
Error if routes have more actions, than controller
Instance Method Summary collapse
Methods inherited from ActionsError
Constructor Details
This class inherits a constructor from Flame::RouterError::ActionsError
Instance Method Details
#message ⇒ Object
13 14 15 16 |
# File 'lib/flame/errors.rb', line 13 def "Controller '#{@ctrl}' has no methods" \ " '#{@extra_actions.join(', ')}' from routes" end |