Fixed #239
Proposals dashboard refactored to dashboard. Added missing specs for the dashboard.
This commit is contained in:
9
app/controllers/admin/dashboard/base_controller.rb
Normal file
9
app/controllers/admin/dashboard/base_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class Admin::Dashboard::BaseController < Admin::BaseController
|
||||
helper_method :namespace
|
||||
|
||||
private
|
||||
|
||||
def namespace
|
||||
'admin'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user