tracks/app
Matt Rogers f9bd923205 Use a local variable instead of an instance variable
@all_actions_per_context is not used anywhere except for in the
StatsController. It's only used in two functions and it's not used by
anything in the view.

Make it a local variable instead.
2012-09-08 13:12:35 -05:00
..
assets Fix invalid jquery selectors in tracks.js 2012-09-03 18:23:08 +02:00
controllers Use a local variable instead of an instance variable 2012-09-08 13:12:35 -05:00
helpers Remove duplicate code from recurring_todos_helper.rb 2012-09-04 12:42:42 +02:00
mailers initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
models Make sure that changing tags (i.e. toggle star) touches the taggable (todo) to invalidate cache. Make sure _context is cached different for _context of active todos and _context of tagged todos and _context in tickler 2012-09-02 15:13:29 +02:00
views Replace stray error_messages_for uses with working get_list_of_error_messages_for calls 2012-09-03 20:00:13 +02:00