Sha256: ac1709968a760474a9a37aaee0de1b84e712c8f91722bb35da66223cba0312da

Contents?: true

Size: 257 Bytes

Versions: 11

Compression:

Stored size: 257 Bytes

Contents

require 'happy-helpers/utils/date_parameter_converter'

module Happy
  class Request < Rack::Request
  protected

    def parse_query(qs)
      super(qs).tap do |p|
        HappyHelpers::Utils::DateParameterConverter.convert!(p)
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
happy-0.1.0.pre11 lib/happy/request.rb
happy-0.1.0.pre10 lib/happy/request.rb
happy-0.1.0.pre9 lib/happy/request.rb
happy-0.1.0.pre8 lib/happy/request.rb
happy-0.1.0.pre7 lib/happy/request.rb
happy-0.1.0.pre.6 lib/happy/request.rb
happy-0.1.0.pre.5 lib/happy/request.rb
happy-0.1.0.pre.4 lib/happy/request.rb
happy-0.1.0.pre.3 lib/happy/request.rb
happy-0.1.0.pre.2 lib/happy/request.rb
happy-0.1.0.pre.1 lib/happy/request.rb