Displaying 1 result from an estimated 1 matches for "kanren_button".
2014 Jun 04
0
Design question: Redirection to a "create" action.
...n and create a new dictionary", and the other one with the meaning
"login and open a existing dictionary":
<%= form_tag("/login",method:"get", enforce_utf8:true) do %>
....
<%= submit_tag(value="Create New Dictionary", class:
'kanren_button', name: 'create') %>
<%= submit_tag(value="Open/Pick Existing Dictionary", class:
'kanren_button', name: 'open') %>
<% end %>
Now the problem:
My HomeController.login method checks, whether the user is authorized,
and if he is, needs t...