My Form..
<%= form_for @wysiwyg, :url => admin_wysiwyg_path do |f| %>
<%= f.ckeditor_textarea(:content, :width => '100%', :height => '200px') %>
<%= f.submit%>
<% end %>
Right? Makes sense, I’m not going crazy, right?
Error:
compile error
default/app/views/admin/wysiwygs/new.html.erb:3: syntax error, unexpected ')'
...=> admin_wysiwyg_path do |f| ).to_s); @output_buffer.concat ...
Routes:
map.namespace :admin do |admin|
admin.resources :wysiwygs
This is inside of a Spree App using CkEditor
This obscenely written form_for works :