Exception: Flame::Errors::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::Errors::RouterError::ActionsError

Instance Method Details

#messageObject



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

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