Sha256: 7f07d736bb8f6cf07dbeef3b6b845a74fecfff40b6bb1b0da12ad2f49f645ac7

Contents?: true

Size: 1.65 KB

Versions: 63

Compression:

Stored size: 1.65 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_help_path
    "#{Rails.configuration.youraccount_site}/help"
  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 driveredonline_path
    Rails.configuration.driveredonline_site
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
ama_layout-5.7.0 app/helpers/ama_layout_path_helper.rb
ama_layout-5.6.0 app/helpers/ama_layout_path_helper.rb
ama_layout-5.5.0 app/helpers/ama_layout_path_helper.rb
ama_layout-5.4.0 app/helpers/ama_layout_path_helper.rb
ama_layout-6.3.0.pre app/helpers/ama_layout_path_helper.rb
ama_layout-5.2.0 app/helpers/ama_layout_path_helper.rb
ama_layout-5.1.1 app/helpers/ama_layout_path_helper.rb
ama_layout-5.1.0 app/helpers/ama_layout_path_helper.rb
ama_layout-5.0.2 app/helpers/ama_layout_path_helper.rb
ama_layout-5.0.1 app/helpers/ama_layout_path_helper.rb
ama_layout-5.0.0 app/helpers/ama_layout_path_helper.rb
ama_layout-4.10.1 app/helpers/ama_layout_path_helper.rb
ama_layout-4.10.0 app/helpers/ama_layout_path_helper.rb
ama_layout-4.9.0 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.7 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.6 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.5 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.4 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.3 app/helpers/ama_layout_path_helper.rb
ama_layout-4.8.2 app/helpers/ama_layout_path_helper.rb