Skip to content

Instantly share code, notes, and snippets.

@RemiBa
Created November 7, 2012 09:07
Show Gist options
  • Save RemiBa/4030303 to your computer and use it in GitHub Desktop.
Save RemiBa/4030303 to your computer and use it in GitHub Desktop.
Problems getting notices
<% if flash[:notice] %>
<p><%= flash[:notice] %></p>
<% else %>
<p>NO FUCKING MESSAGE</p>
<% end %>
<p>NO FUCKING MESSAGE</p>
def update
@customer = Customer.find_by_reset_token!(params[:id])
redirect_to root_url, flash[:notice] => "Customer: "
return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment