Sha256: b9db321e2c0304d490e3b34f74e847dbf2d89cdc7b16d11f483ae33c82f9024e

Contents?: true

Size: 227 Bytes

Versions: 10

Compression:

Stored size: 227 Bytes

Contents

class TbCore::Responder < ActionController::Responder

  def initialize(*)
    super

    # Don't require a :location parameter for redirecting
    if !@options.key?(:location)
      @options[:location] = nil
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.5.4 lib/tb_core/responder.rb
tb_core-1.5.3 lib/tb_core/responder.rb
tb_core-1.5.2 lib/tb_core/responder.rb
tb_core-1.5.1 lib/tb_core/responder.rb
tb_core-1.5.0 lib/tb_core/responder.rb
tb_core-1.4.8 lib/tb_core/responder.rb
tb_core-1.4.7 lib/tb_core/responder.rb
tb_core-1.4.6 lib/tb_core/responder.rb
tb_core-1.4.5 lib/tb_core/responder.rb
tb_core-1.4.4 lib/tb_core/responder.rb