Class: BaseUserController

Inherits:
ApplicationController show all
Defined in:
app/controllers/base_user_controller.rb

Instance Method Summary collapse

Instance Method Details

#add_addressObject



13
14
# File 'app/controllers/base_user_controller.rb', line 13

def add_address
end

#edit_addressObject



22
23
# File 'app/controllers/base_user_controller.rb', line 22

def edit_address
end

#edit_user_listObject



3
4
5
# File 'app/controllers/base_user_controller.rb', line 3

def edit_user_list
  @mailinglists = session[:user].mailinglists
end

#list_mailinglistsObject



7
8
# File 'app/controllers/base_user_controller.rb', line 7

def list_mailinglists
end

#remove_addressObject



16
17
# File 'app/controllers/base_user_controller.rb', line 16

def remove_address
end

#show_addressObject



19
20
# File 'app/controllers/base_user_controller.rb', line 19

def show_address
end

#show_mailinglistObject



25
26
27
# File 'app/controllers/base_user_controller.rb', line 25

def show_mailinglist
  
end

#unsubscribe_selfObject



10
11
# File 'app/controllers/base_user_controller.rb', line 10

def unsubscribe_self
end