Undefined project_commits_path after 6.0->6.7 update
Created by: top4ek
After updating got empty homepage and unable to browse any repos:
Completed 500 Internal Server Error in 683ms ActionView::Template::Error (undefined method `project_commits_path' for #:0xba3ae778>): 4: - if event.rm_ref? 5: %strong= event.ref_name 6: - else 7: = link_to project_commits_path(event.project, event.ref_name) do 8: %strong= truncate(event.ref_name, length: 30) 9: at 10: = link_to_project event.project app/views/events/event/_push.html.haml:7:in `_app_views_events_event__push_html_haml___368872301__586779308' app/views/events/_event.html.haml:10:in `block in _app_views_events__event_html_haml___917735843__585058838' app/views/events/_event.html.haml:6:in `_app_views_events__event_html_haml___917735843__585058838' app/views/events/_events.html.haml:1:in `_app_views_events__events_html_haml__945016090__585274748' app/controllers/application_controller.rb:209:in `pager_json' app/controllers/dashboard_controller.rb:29:in `block (2 levels) in show' app/controllers/dashboard_controller.rb:27:in `show' app/controllers/application_controller.rb:58:in `set_current_user_for_thread'