Open pixeltocode opened 14 years ago
hi...is it possible to display a welcome message with the username after login, for example "welcome back John!" ?
thanks
in the controller flash[:message] = "welcome back ", current_user.login and in the view <%= flash[:message] %>
hi...is it possible to display a welcome message with the username after login, for example "welcome back John!" ?
thanks