Adds a separate admin namespace and base controller, with authorization by looking up the admin property in the user's LDAP account.
5 lines
79 B
Ruby
5 lines
79 B
Ruby
class Admin::DashboardController < Admin::BaseController
|
|
def index
|
|
end
|
|
end
|