| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | problem with validate_options | |
| Date: | 2005-03-21 23:53:43 | |
| From: | cocentaina | |
everything works for me, except the last part. When I try to change category names to links (which list recipes in a category), the .../recipe/list fails as:
obviously it won't accept 'category' as a parameter to a link. Where is this set? method list in recipe_controller is as it should be (everything else too probably). |
||
Showing messages 1 through 1 of 1.
-
problem with validate_options
2005-03-22 04:03:15 Curt Hibbs |
[View]



http://wiki.rubyonrails.com/rails/show/HomePageBe sure and tell them what version of Rails you are running (you can find out by running the command
gem list).The Rails ML (and the Ruby ML) is a very friendly developer community. You could also go on the Rails IRC channel for more immediate feedback (info is on the same link above).