admanb / handtracker

A full rails web application that tracks decks of cards.
handtracker.heroku.com
7 stars 3 forks source link

LOW - Template controller doesn't handle logged-off users #1

Open admanb opened 13 years ago

admanb commented 13 years ago

Since the Templates don't need to be restricted, there's no code requiring a user to be logged on to view them, but the template pages still try to make use of a @user object that may not exist.