Commit 750616d8

mo k <m@mokhan.ca>
2012-01-07 17:51:09
change the message that is displayed when you like something.
1 parent 915b6b5
Changed files (1)
app
app/controllers/likes_controller.rb
@@ -15,7 +15,7 @@ class LikesController < ApplicationController
     end
     @like = current_user.like(@creation)
     if @like.save
-       redirect_to @creation, :notice => 'Like was successfully created.'
+       redirect_to @creation, :notice => 'Welcome to the fanclub!'
     else
        redirect_to @creation
     end