Sha256: f1cbdba88e8dd58609c5e0c51e200264c6360c00961746c48236e54b3bc87c17

Contents?: true

Size: 252 Bytes

Versions: 17

Compression:

Stored size: 252 Bytes

Contents

module ActionSmser
  module ApplicationHelper

    def dr_summary_url(new_params)
      delivery_reports_url({:time_span => params[:time_span], :gateway => params[:gateway], :redeliveries => params[:redeliveries]}.merge(new_params))
    end

  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
action_smser-3.4.1 app/helpers/action_smser/application_helper.rb
action_smser-3.4.0 app/helpers/action_smser/application_helper.rb
action_smser-3.3.0 app/helpers/action_smser/application_helper.rb
action_smser-3.2.0 app/helpers/action_smser/application_helper.rb
action_smser-3.1.2 app/helpers/action_smser/application_helper.rb
action_smser-3.1.1 app/helpers/action_smser/application_helper.rb
action_smser-3.1.0 app/helpers/action_smser/application_helper.rb
action_smser-3.0.0 app/helpers/action_smser/application_helper.rb
action_smser-2.2.0 app/helpers/action_smser/application_helper.rb
action_smser-2.1.2 app/helpers/action_smser/application_helper.rb
action_smser-2.1.1 app/helpers/action_smser/application_helper.rb
action_smser-2.1.0 app/helpers/action_smser/application_helper.rb
action_smser-2.0.2 app/helpers/action_smser/application_helper.rb
action_smser-2.0.1 app/helpers/action_smser/application_helper.rb
action_smser-2.0.0 app/helpers/action_smser/application_helper.rb
action_smser-1.2.1 app/helpers/action_smser/application_helper.rb
action_smser-1.2.0 app/helpers/action_smser/application_helper.rb