[6.1] Completed 500 Internal Server Error for admin page
Created by: panter-dsd
Started GET "/admin" for 127.0.0.1 at 2013-09-23 09:42:11 +0400 Processing by Admin::DashboardController#index as HTML Rendered admin/dashboard/index.html.haml within layouts/admin (14.3ms) Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (undefined method path' for nil:NilClass): 30: %hr 31: - @projects.each do |project| 32: %p 33: = link_to project.name_with_namespace, [:admin, project] 34: %span.light.pull-right 35: = time_ago_in_words project.created_at 36: ago app/models/project.rb:169:in
to_param'
app/views/admin/dashboard/index.html.haml:33:in block in _app_views_admin_dashboard_index_html_haml___3931091610565383641_61949880' app/views/admin/dashboard/index.html.haml:31:in
_app_views_admin_dashboard_index_html_haml___3931091610565383641_61949880'