Module: AmaLayoutPathHelper

Defined in:
app/helpers/ama_layout_path_helper.rb

Instance Method Summary collapse

Instance Method Details

#driveredonline_pathObject



66
67
68
# File 'app/helpers/ama_layout_path_helper.rb', line 66

def driveredonline_path
  Rails.configuration.driveredonline_site
end

#gatekeeper_profile_pathObject



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_pathObject



58
59
60
# File 'app/helpers/ama_layout_path_helper.rb', line 58

def insurance_path
  Rails.configuration.insurance_site
end

#membership_esso_reload_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



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_pathObject



54
55
56
# File 'app/helpers/ama_layout_path_helper.rb', line 54

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