0
임 다음과 같은 오류 메시지가 점점 :유증 오류 3
undefined method `user_registration_path' for #<#<Class:0x10f227cd8>:0x10f5f6d50>
추출 소스 (라인 # 3 주위) : 나는 모든 것을 확인하고 난 오류를 발견 didnt한다
1: <h2>Sign up</h2>
2:
3: <%= form_for(resource_name, resource, :url => registration_path(resource_name)) do |f| %>
4: <%= f.error_messages %>
5: <p><%= f.label :email %></p>
6: <p><%= f.text_field :email %></p>
을 내가했다 방금 프로젝트를 만들고 플러그인을 설치했습니다.
[this] (http://stackoverflow.com/questions/9762908/ruby-on-rails-devise-sign-up-link-not-working-undefined-method-user-registr)를보십시오. –