You are tasked with creating
Coding Assignment # 5 – Recipe Hunter You are tasked with creating a Rails app that will display a recipe index based on a keyword entered. 1. Create a rails app called recipe_hunter 2. Generate RecipesController (recipes_controller.rb) that will have an index action 3. The above-mentioned controller should check if a request parameter keyword was passed in. 4. If it was – it should […]
