search for: new_recipe_path

Displaying 1 result from an estimated 1 matches for "new_recipe_path".

2008 Jun 23
2
NewB questions
...he methods that get the data in recipes_controller.rb, but can''t for the life of me figure out how Rails gets the info from the database, SQL-wise. 2. On the main recipes page, there is a link to create a "new recipe" with this code: <%= link_to ''New recipe'', new_recipe_path %>. I''m assuming new_recipe_path is a variable set somewhere, but I can''t find where it''s being set? 3. How do I extend Rails? I like the idea of things like <%= link_to ... %>, but say I want to do something like this: <%= link_image_to image_path("new...