rails g nifty:layout works - then i do rails g nifty:scaffold Product .....
The index works, but as soon as I select new the following is logged:
ERROR: compiling _render_template__590025631_88858042_737306 RAISED /home/skip/rails3/depot/app/views/products/_form.html.erb:1: syntax error, unexpected ')'
...< (( form_for @product do |f| ).to_s);@output_buffer.safe_co...
New version works