Displaying 1 result from an estimated 1 matches for "report_avail".
2006 Mar 19
1
Question on creating a report
Hi,
I''ve got a little Rails app, and I wanted to generate a report from
some data. I did it one way, but it didn''t seem quite "Rails".
I created two methods in a controller, one called "report" that was empty:
def report
end
that would just then display the report.rhtml page. This page
contained a form tag with a text box and a submit button. This form