Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created March 8, 2012 18:32
Show Gist options
  • Save jraczak/2002549 to your computer and use it in GitHub Desktop.
Save jraczak/2002549 to your computer and use it in GitHub Desktop.
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