Hi
I am trying to create a view which allows the user to log out
So what what I've got is:
<%= link_to 'log out', :controller => "client", :action => "logout", :id => session[:id] %>
but this gives me this error:
No route matches "/client/logout/Lily" with {:method=>:get}
Any help please?