MoriTanosuke / FitbitAnalyzr

Simple application that lets you analyze your logged data on http://fitbit.com
http://fitbitanalyzr.herokuapp.com/
2 stars 0 forks source link

If no devices are associated to account, the user will get a blank page after login #31

Open MoriTanosuke opened 10 years ago

MoriTanosuke commented 10 years ago

There is a possible null dereference in welcome_controller.rb when devices is access and there are no devices associated with the account.

There is already a begin... rescue... end block around the code, but that doesn't catch MethodNotFound?