Module: AmaLayoutPathHelper
- Defined in:
- app/helpers/ama_layout_path_helper.rb
Instance Method Summary collapse
- #driveredonline_path ⇒ Object
- #gatekeeper_profile_path ⇒ Object
- #insurance_path ⇒ Object
- #membership_esso_reload_path ⇒ Object
- #youraccount_amainsider_path ⇒ Object
- #youraccount_automatic_credit_card_renewals_path ⇒ Object
- #youraccount_billing_path ⇒ Object
- #youraccount_dashboard_path ⇒ Object
- #youraccount_ebill_path ⇒ Object
- #youraccount_help_path ⇒ Object
- #youraccount_membership_path ⇒ Object
- #youraccount_memberships_printcard_path ⇒ Object
- #youraccount_new_membership_update_path ⇒ Object
- #youraccount_privacy_path ⇒ Object
- #youraccount_reward_dollars_path ⇒ Object
- #youraccount_subscriptions_path ⇒ Object
- #youraccount_terms_path ⇒ Object
Instance Method Details
#driveredonline_path ⇒ Object
66 67 68 |
# File 'app/helpers/ama_layout_path_helper.rb', line 66 def driveredonline_path Rails.configuration.driveredonline_site end |
#gatekeeper_profile_path ⇒ Object
2 3 4 |
# File 'app/helpers/ama_layout_path_helper.rb', line 2 def gatekeeper_profile_path "#{Rails.configuration.gatekeeper_site}/user/edit" end |
#insurance_path ⇒ Object
58 59 60 |
# File 'app/helpers/ama_layout_path_helper.rb', line 58 def insurance_path Rails.configuration.insurance_site end |
#membership_esso_reload_path ⇒ Object
62 63 64 |
# File 'app/helpers/ama_layout_path_helper.rb', line 62 def membership_esso_reload_path "#{Rails.configuration.membership_site}/reward_cards" end |
#youraccount_amainsider_path ⇒ Object
46 47 48 |
# File 'app/helpers/ama_layout_path_helper.rb', line 46 def youraccount_amainsider_path "#{Rails.configuration.youraccount_site}/amainsider" end |
#youraccount_automatic_credit_card_renewals_path ⇒ Object
18 19 20 |
# File 'app/helpers/ama_layout_path_helper.rb', line 18 def youraccount_automatic_credit_card_renewals_path "#{Rails.configuration.youraccount_site}/automatic_credit_card_renewals" end |
#youraccount_billing_path ⇒ Object
14 15 16 |
# File 'app/helpers/ama_layout_path_helper.rb', line 14 def youraccount_billing_path "#{Rails.configuration.youraccount_site}/billing" end |
#youraccount_dashboard_path ⇒ Object
6 7 8 |
# File 'app/helpers/ama_layout_path_helper.rb', line 6 def youraccount_dashboard_path "#{Rails.configuration.youraccount_site}/dashboard" end |
#youraccount_ebill_path ⇒ Object
22 23 24 |
# File 'app/helpers/ama_layout_path_helper.rb', line 22 def youraccount_ebill_path "#{Rails.configuration.youraccount_site}/ebill" end |
#youraccount_help_path ⇒ Object
10 11 12 |
# File 'app/helpers/ama_layout_path_helper.rb', line 10 def youraccount_help_path "#{Rails.configuration.youraccount_site}/help" end |
#youraccount_membership_path ⇒ Object
30 31 32 |
# File 'app/helpers/ama_layout_path_helper.rb', line 30 def youraccount_membership_path "#{Rails.configuration.youraccount_site}/membership" end |
#youraccount_memberships_printcard_path ⇒ Object
38 39 40 |
# File 'app/helpers/ama_layout_path_helper.rb', line 38 def youraccount_memberships_printcard_path "#{Rails.configuration.youraccount_site}/memberships/printcard" end |
#youraccount_new_membership_update_path ⇒ Object
34 35 36 |
# File 'app/helpers/ama_layout_path_helper.rb', line 34 def youraccount_new_membership_update_path "#{Rails.configuration.youraccount_site}/membership_update/new" end |
#youraccount_privacy_path ⇒ Object
50 51 52 |
# File 'app/helpers/ama_layout_path_helper.rb', line 50 def youraccount_privacy_path "#{Rails.configuration.youraccount_site}/privacy" end |
#youraccount_reward_dollars_path ⇒ Object
26 27 28 |
# File 'app/helpers/ama_layout_path_helper.rb', line 26 def youraccount_reward_dollars_path "#{Rails.configuration.youraccount_site}/reward_dollars" end |
#youraccount_subscriptions_path ⇒ Object
42 43 44 |
# File 'app/helpers/ama_layout_path_helper.rb', line 42 def youraccount_subscriptions_path "#{Rails.configuration.youraccount_site}/subscriptions" end |
#youraccount_terms_path ⇒ Object
54 55 56 |
# File 'app/helpers/ama_layout_path_helper.rb', line 54 def youraccount_terms_path "#{Rails.configuration.youraccount_site}/terms" end |