Displaying 1 result from an estimated 1 matches for "dicts_control".
2014 Jun 04
0
Design question: Redirection to a "create" action.
My application should behave like this:
- My application manages (among others) a resource called "Dicts", i.e.
there is a dicts_controller, and my routes.rb contains a "resources
:dicts".
- I have a home page (starting page), which will eventually contain some
user authentification (not implemente yet), and then allow the user to
manage the Dicts objects. I have a home_controller and my routes.rb
contains
match '/...