Method: MailserviceController#user_name

Defined in:
app/controllers/mailservice_controller.rb

#user_nameObject

Returns the user’s username.



266
# File 'app/controllers/mailservice_controller.rb', line 266

def user_name; User.find(session[:user_id]).; end