YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

Location routes disabled #242

Closed njlxyaoxinwei closed 10 years ago

njlxyaoxinwei commented 10 years ago

Right now on rails-3.2 in routes.rb every route to actions of locations controller is disabled. screenshot from 2014-04-23 19 57 32

njlxyaoxinwei commented 10 years ago

There is a typo in master branch of Shifts as well!! line 45 of shift model shift.rb There is an extra '}' in the query that is going to cause problems screenshot from 2014-04-23 21 51 32

njlxyaoxinwei commented 10 years ago

Here are what I have fixed for this issue:

njlxyaoxinwei commented 10 years ago

I am not sure what the TODO comment in routes.rb means. It seems that the report_items routes are working fine. I may have fixed it on the side when I fixed the report show page issue #229