search for: rfn2

Displaying 3 results from an estimated 3 matches for "rfn2".

Did you mean: fn2
2006 Feb 06
2
basic usage confusion
I am confused. Looking at ''list'' from scaffold, I see a record and click the ''show'' button. I put in a ''link'' at the bottom of ''show.rhtml'' to my ''view'' rfn2.rhtml - action = ''rfn2'', :id = @placement I click this link and get error... log/development.log Processing PlacementsController#rfn2 (for 127.0.0.1 at 2006-02-05 22:44:55) [GET] Parameters: {"action"=>"rfn2", "id"=>"4", "con...
2006 Mar 22
3
strange issue locating a file
...rs/reports_controller.rb A app/views/notifier A app/views/error_mailer U app/views/login/_motd.rhtml U app/views/placements/_form.rhtml U app/views/placements/show.rhtml A app/views/reports/client_list_all.rhtml U app/views/reports/vo_res_census_all.rhtml U app/views/reports/rfn2.rhtml A app/views/reports/_client_list.rhtml U app/views/reports/rfn3.rhtml A app/views/reports/voc_bhp_all.rhtml A app/views/reports/client_list.rhtml U app/views/reports/rfn4.rhtml U app/views/reports/_vo_res_census.rhtml U app/views/reports/vo_weekly_census_all.rhtml U ap...
2006 Mar 15
13
usage of constants
I would like to define some constants that I can use across models and views and I cannot figure out how to do that. Googling hasn''t turned up anything useful and I''m looking at the PickAxe book, and I get the impression that a constant must belong to a class. If I just want a constant like... CompanyPhoneNo = "(602) 999-9999" and be able to use it in any view