Reference config/routes properly.

This commit is contained in:
Michael Snoyman 2011-05-23 15:50:42 +03:00
parent 350f0e947c
commit c916ae568e

View File

@ -5,7 +5,7 @@ import ~sitearg~
-- This is a handler function for the GET request method on the RootR
-- resource pattern. All of your resource patterns are defined in
-- ~sitearg~.hs; look for the line beginning with mkYesodData.
-- config/routes
--
-- The majority of the code you will write in Yesod lives in these handler
-- functions. You can spread them across multiple files if you are so