Created
March 8, 2012 18:32
-
-
Save jraczak/2002549 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoMethodError in Projects#show | |
Showing /Volumes/UserData/Users/jraczak/Desktop/nexus/app/views/requirements/new.html.erb where line #1 raised: | |
undefined method `requirements_path' for #<#<Class:0x1031e0f38>:0x102c9a538> | |
Extracted source (around line #1): | |
1: <%= form_for([@requirement, @project.requirements.new]) do |f| %> | |
2: <div class="field"> | |
3: <%= f.label :name %></br> | |
4: <%= f.text_field :name %> | |
Trace of template inclusion: app/views/projects/show.html.erb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment