This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-02-13 05:02:52 +00:00
|
|
|
class Admin::DashboardsController < ApplicationController
|
|
|
|
|
|
|
|
layout "new_admin"
|
|
|
|
before_filter :authenticate_user!
|
2012-04-29 19:14:15 +00:00
|
|
|
# before_filter :is_admin?
|
2012-02-13 05:02:52 +00:00
|
|
|
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|