Class: BaseUserController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- BaseUserController
- Defined in:
- app/controllers/base_user_controller.rb
Instance Method Summary collapse
- #add_address ⇒ Object
- #edit_address ⇒ Object
- #edit_user_list ⇒ Object
- #list_mailinglists ⇒ Object
- #remove_address ⇒ Object
- #show_address ⇒ Object
- #show_mailinglist ⇒ Object
- #unsubscribe_self ⇒ Object
Instance Method Details
#add_address ⇒ Object
13 14 |
# File 'app/controllers/base_user_controller.rb', line 13 def add_address end |
#edit_address ⇒ Object
22 23 |
# File 'app/controllers/base_user_controller.rb', line 22 def edit_address end |
#edit_user_list ⇒ Object
3 4 5 |
# File 'app/controllers/base_user_controller.rb', line 3 def edit_user_list @mailinglists = session[:user].mailinglists end |
#list_mailinglists ⇒ Object
7 8 |
# File 'app/controllers/base_user_controller.rb', line 7 def list_mailinglists end |
#remove_address ⇒ Object
16 17 |
# File 'app/controllers/base_user_controller.rb', line 16 def remove_address end |
#show_address ⇒ Object
19 20 |
# File 'app/controllers/base_user_controller.rb', line 19 def show_address end |
#show_mailinglist ⇒ Object
25 26 27 |
# File 'app/controllers/base_user_controller.rb', line 25 def show_mailinglist end |
#unsubscribe_self ⇒ Object
10 11 |
# File 'app/controllers/base_user_controller.rb', line 10 def unsubscribe_self end |