Created
February 22, 2012 04:19
-
-
Save d3chapma/1881322 to your computer and use it in GitHub Desktop.
This file contains 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
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