Sha256: 8cb464f304f82606e4c15da9a073f27c8de8701446537dd28f50637d5a7ca682
Contents?: true
Size: 345 Bytes
Versions: 3
Compression:
Stored size: 345 Bytes
Contents
class BaseUserController < ApplicationController def edit_user_list @mailinglists = session[:user].mailinglists end def list_mailinglists end def unsubscribe_self end def add_address end def remove_address end def show_address end def edit_address end def show_mailinglist end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sugoi-mail-0.1.5 | app/controllers/base_user_controller.rb |
sugoi-mail-0.3.2 | app/controllers/base_user_controller.rb |
sugoi-mail-0.3.0 | app/controllers/base_user_controller.rb |