when I am using the widgEditor with model form so
<%= form_for @person do |f| %>
...
<%= f.text_area :content, :class=>'widgEditor' %>
...
<%= f.submit "Submit" %>

when I submit the form it does not work because it tries to submit to
non existing route like:

No route matches "/persons/2/css/widgContent.css" with {:method=>:get}

where /persons/2/ is the correct path but somehow it adds
/css/widgContents.css ???
Help!
cheers
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to