removed unnecessary indentation

This commit is contained in:
Rajinder Yadav
2010-11-14 06:02:16 -05:00
parent f69784289b
commit abf225423c

View File

@@ -264,7 +264,7 @@ end
Note it is also possible to assign a flash message as part of the redirection.
<ruby>
redirect_to root_url, :notice => "You have successfully logged out"
redirect_to root_url, :notice => "You have successfully logged out"
</ruby>