Guest User

Untitled

a guest
Jan 21st, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ActionController::RoutingError in Kategoris#show
  2.  
  3. Showing C:/Rails/konkurranceportalen/app/views/kategoris/_rating.html.erb where line #1 raised:
  4.  
  5. No route matches {:controller=>"konkurrancers", :action=>"rate", :id=>"51"}
  6.  
  7. Extracted source (around line #1):
  8.  
  9. 1: <%= form_tag url_for(controller: 'konkurrancers', action: 'rate', id: "#{vind.id}"), remote: true %>
  10. 2: <%= f.text_field :ratings, :size => 1, :min => 0, :max => 5, :step => 1 %>
  11. 3: <div class="rateit" data-rateit-backingfld="#item_ratings" data-rateit-resetable="true">
  12. 4: </div>
Add Comment
Please, Sign In to add comment