Displaying 1 result from an estimated 1 matches for "edit_fund_18".
2008 Aug 19
5
RSpec raising routing errors where Rails doesn''t?
...:url => {:host => PRIVATE_HOST}, :html => {:class
=> ''fund'', :multipart => true}) do |f| %>
raises an error in my specs:
No route matches {:action=>"index"}
but works fine in my app and generates the following, desired HTML:
<form id="edit_fund_18" class="fund" method="post"
enctype="multipart/form-data"
action="http://domain.com:3000/funds/18/edit">.
Many thanks in advance.
RSL
--
Posted via http://www.ruby-forum.com/.