Displaying 1 result from an estimated 1 matches for "email_field_tag".
2007 Jul 22
2
undefined method `stringify_keys'
...39;' -%>
<br/><br/>
<label for="password">Password</label><br/><%= password_field_tag
''user'', nil, ''password'' -%>
<br/><br/>
<label for="email">E-mail</label><br/> <%= email_field_tag ''user'', nil,
''email'' -%>
<br/><br/>
</fieldset>
<%= submit_tag ''Register'' -%>
<% end %>
What''s my problem and what does this error means? i''ve searched google
but couldn''t find enou...