Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
flash when rsvp'ing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 4, 2011
1 parent 88e65bd commit 3a7ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions_controller.rb
Expand Up @@ -3,6 +3,6 @@ def create
auth = request.env["omniauth.auth"] auth = request.env["omniauth.auth"]
user = User.find_or_create_by_auth(auth) user = User.find_or_create_by_auth(auth)
session[:user_id] = user.id session[:user_id] = user.id
redirect_to party_url redirect_to party_url, :notice => "Thanks for RSVPing You can change your RSVP below and tell local students about yourself."
end end
end end

0 comments on commit 3a7ac36

Please sign in to comment.