我正在尝试将设计 gem 用于我的 rails 3.2 项目,但是当我尝试检查登录页面时,我收到以下错误:
wrong number of arguments (3 for 2)
提取的源代码(在第 3 行附近):
<h2>Sign in</h2>
<%= form_for(resource_name, resource, :url => session_path(resource_name)) do |f| %>
<p><%= f.label :email %></p>
<p><%= f.text_field :email %></p>
我到底做错了什么?