Skip to content

Instantly share code, notes, and snippets.

@d3chapma
Created February 22, 2012 04:19
Show Gist options
  • Save d3chapma/1881322 to your computer and use it in GitHub Desktop.
Save d3chapma/1881322 to your computer and use it in GitHub Desktop.
ActionController::RoutingError in Invitations#new
Showing /Users/dc/launchtools/app/views/invitations/new.html.haml where line #29 raised:
No route matches {:action=>"edit", :controller=>"emails", :organization_id=>#<Organization id: 4, name: "Launch", created_at: "2011-09-01 20:25:42", updated_at: "2011-09-01 20:25:42", description: "", coach_title: nil, student_title: nil, block_feedback: false, subdomain: "launch", logo: "launch.png">}
Extracted source (around line #29):
26: |
27: = link_to 'Back to Group', group_path(@affiliation)
28: |
29: = link_to 'Customize Emails', edit_organization_email_path(@affiliation.organization)
30: |
31: = link_to 'Back to Organization', organization_path(@affiliation.organization)
Rails.root: /Users/dc/launchtools
Application Trace | Framework Trace | Full Trace
app/helpers/url_helper.rb:17:in `url_for'
app/views/invitations/new.html.haml:29:in `_app_views_invitations_new_html_haml___3305697585191623788_2204162360__3262431486969074622'
Request
Parameters:
{"group_id"=>"50"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment