Exception: Flame::RouterError::ExtraControllerActionsError

Inherits:
ActionsError
  • Object
show all
Defined in:
lib/flame/errors.rb

Overview

Error if controller has not assigned in routes actions

Instance Method Summary collapse

Methods inherited from ActionsError

#initialize

Constructor Details

This class inherits a constructor from Flame::RouterError::ActionsError

Instance Method Details

#messageObject



21
22
23
24
# File 'lib/flame/errors.rb', line 21

def message
	"Routes for '#{@ctrl}' has no methods" \
	" '#{@extra_actions.join(', ')}'"
end