I am using roo and would like to preview a spreadsheet by following the document says:
<%= spreadsheet @rspreadsheet, ["Tabelle"] %>
But the error says
"undefined method `spreadsheet' " I don't know if i missed any gem.
BTW, I've added the 'spreadsheet' gem, while i feel it it nothing to do with this problem.
Roo doesn't seem to require the rails helper module.
in the controller works for me.
If you use Rails 3, you need to write
in the view.