filling in guts of Novel controller and associated template

This commit is contained in:
Dan Buch
2011-08-09 06:05:31 -04:00
parent e690886d6b
commit 50a6d264f8
3 changed files with 19 additions and 3 deletions

View File

@@ -56,5 +56,5 @@ Passingdata::Application.routes.draw do
# This is a legacy wild controller route that's not recommended for RESTful applications.
# Note: This route will make all actions in every controller accessible via GET requests.
# match ':controller(/:action(/:id(.:format)))'
match ':controller(/:action(/:id(.:format)))'
end