Sha256: bf2cf2fb54c4d9651a933e1838170732835384c2d26418f5b180619cb684ab16

Contents?: true

Size: 268 Bytes

Versions: 7

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module Quilt
  module Performance
    module Reportable
      def process_report(&block)
        params.transform_keys! { |key| key.underscore.to_sym }
        Client.send!(Report.from_params(params), &block)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
quilt_rails-1.12.1 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.12.0 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.11.1 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.10.0 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.9.2 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.9.1 lib/quilt_rails/performance/reportable.rb
quilt_rails-1.9.0 lib/quilt_rails/performance/reportable.rb