Class: TbCore::Responder
- Inherits:
-
ActionController::Responder
- Object
- ActionController::Responder
- TbCore::Responder
- Defined in:
- lib/tb_core/responder.rb
Instance Method Summary collapse
-
#initialize ⇒ Responder
constructor
A new instance of Responder.
Constructor Details
#initialize ⇒ Responder
3 4 5 6 7 8 9 10 |
# File 'lib/tb_core/responder.rb', line 3 def initialize(*) super # Don't require a :location parameter for redirecting if !.key?(:location) [:location] = nil end end |