7 lines
81 B
Ruby
7 lines
81 B
Ruby
class Admin::DashboardController < Admin::BaseController
|
|
|
|
def index
|
|
end
|
|
|
|
end
|