tracks/app/controllers
Matt Rogers 32d267d6cd
Remove private variable usage from models
It seems that `@new_record_before_save` as an instance variable has been
present since around 2007 and it wasn't until Rails 5.1 that things were
changed in such a way to make this inaccessible now.
2018-11-12 13:23:30 -06:00
..
recurring_todos rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
todos Remove private variable usage from models 2018-11-12 13:23:30 -06:00
application_controller.rb Convert after_filter to after_action 2018-09-22 13:04:46 -05:00
calendar_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
contexts_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
data_controller.rb Extract rendering to helper method. Shift filename sanitization to controller. 2016-02-02 11:08:12 +00:00
feedlist_controller.rb Remove trailing whitespace and tabs 2014-08-14 21:05:05 -05:00
integrations_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
login_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
mailgun_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
notes_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
preferences_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00
projects_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
recurring_todos_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
search_controller.rb Remove 'project_hidden' state 2016-04-16 09:27:33 +02:00
stats_controller.rb Convert before_filter to before_action 2018-09-22 12:55:27 -05:00
todos_controller.rb Access MIME types via hash lookup instead of constant 2018-11-03 15:02:00 -05:00
users_controller.rb Convert render :text to render :body 2018-09-22 13:03:35 -05:00