Sha256: b58fa4d70260e94a229de2dcad2c99e7226ec20d8c1d3395a1b2e9978dc2f9f2

Contents?: true

Size: 1.66 KB

Versions: 26

Compression:

Stored size: 1.66 KB

Contents

module AmaLayoutPathHelper
  def gatekeeper_profile_path
    "#{Rails.configuration.gatekeeper_site}/user/edit"
  end

  def youraccount_dashboard_path
    "#{Rails.configuration.youraccount_site}/dashboard"
  end

  def youraccount_billing_path
    "#{Rails.configuration.youraccount_site}/billing"
  end

  def youraccount_automatic_credit_card_renewals_path
    "#{Rails.configuration.youraccount_site}/automatic_credit_card_renewals"
  end

  def youraccount_ebill_path
    "#{Rails.configuration.youraccount_site}/ebill"
  end

  def youraccount_reward_dollars_path
    "#{Rails.configuration.youraccount_site}/reward_dollars"
  end

  def youraccount_membership_path
    "#{Rails.configuration.youraccount_site}/membership"
  end

  def youraccount_new_membership_update_path
    "#{Rails.configuration.youraccount_site}/membership_update/new"
  end

  def youraccount_memberships_printcard_path
    "#{Rails.configuration.youraccount_site}/memberships/printcard"
  end

  def youraccount_subscriptions_path
    "#{Rails.configuration.youraccount_site}/subscriptions"
  end

  def youraccount_amainsider_path
    "#{Rails.configuration.youraccount_site}/amainsider"
  end

  def youraccount_privacy_path
    "#{Rails.configuration.youraccount_site}/privacy"
  end

  def youraccount_terms_path
    "#{Rails.configuration.youraccount_site}/terms"
  end

  def insurance_path
    Rails.configuration.insurance_site
  end

  def membership_esso_reload_path
    "#{Rails.configuration.membership_site}/reward_cards"
  end

  def membership_renew_path
    "#{Rails.configuration.membership_site}/renews/new"
  end

  def driveredonline_path
    Rails.configuration.driveredonline_site
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
ama_layout-11.5.1 app/helpers/ama_layout_path_helper.rb
ama_layout-11.5.0 app/helpers/ama_layout_path_helper.rb
ama_layout-11.4.0 app/helpers/ama_layout_path_helper.rb
ama_layout-11.3.1 app/helpers/ama_layout_path_helper.rb
ama_layout-11.3.0 app/helpers/ama_layout_path_helper.rb
ama_layout-11.2.0 app/helpers/ama_layout_path_helper.rb
ama_layout-11.1.0 app/helpers/ama_layout_path_helper.rb
ama_layout-10.2.0 app/helpers/ama_layout_path_helper.rb
ama_layout-10.1.0 app/helpers/ama_layout_path_helper.rb
ama_layout-10.0.1 app/helpers/ama_layout_path_helper.rb
ama_layout-9.5.3 app/helpers/ama_layout_path_helper.rb
ama_layout-9.5.2 app/helpers/ama_layout_path_helper.rb
ama_layout-9.5.1 app/helpers/ama_layout_path_helper.rb
ama_layout-9.5.0 app/helpers/ama_layout_path_helper.rb
ama_layout-9.4.1 app/helpers/ama_layout_path_helper.rb
ama_layout-9.4.0 app/helpers/ama_layout_path_helper.rb
ama_layout-9.3.0 app/helpers/ama_layout_path_helper.rb
ama_layout-9.2.0 app/helpers/ama_layout_path_helper.rb
ama_layout-9.1.0 app/helpers/ama_layout_path_helper.rb
ama_layout-9.0.0 app/helpers/ama_layout_path_helper.rb