Skip to content

Commit

Permalink
Typo in Symbol
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Croak <dcroak@thoughtbot.com>
  • Loading branch information
mgoerner authored and Dan Croak committed May 17, 2009
1 parent eb42bf6 commit ac1e3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/clearance/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def create

def destroy
forget(current_user)
flash[:success] = translate(:signed_in, :default => "Signed out.")
flash[:success] = translate(:signed_out, :default => "Signed out.")
redirect_to url_after_destroy
end

Expand Down

0 comments on commit ac1e3ed

Please sign in to comment.