Exception: ControllerBase::DoubleRenderError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/laris/controller/controller_base.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/laris/controller/controller_base.rb', line 3

def message
  "Render and/or redirect_to were called multiple times in a single action."
end