Dashboard to resource

This commit is contained in:
Dmitriy Zaporozhets 2013-01-27 12:56:20 +02:00
parent bd3b677b86
commit 6b01196fb2
11 changed files with 45 additions and 32 deletions

View file

@ -9,9 +9,9 @@ module DashboardHelper
case entity
when 'issue' then
dashboard_issues_path(options)
issues_dashboard_path(options)
when 'merge_request'
dashboard_merge_requests_path(options)
merge_requests_dashboard_path(options)
end
end