ishakir / shakitz-fantasy-football

The open source fantasy football application!
Eclipse Public License 1.0
37 stars 11 forks source link

Fix naming convention for controllers #26

Open MikeSpitz opened 10 years ago

MikeSpitz commented 10 years ago

Controllers should be plural not singular.

ishakir commented 10 years ago

Do we need to make sure we appropriately change all the front end stuff, or is that done using routes? We might need to change the routes, but I imagine out controller tests will catch those.