4 lines
79 B
Ruby
4 lines
79 B
Ruby
class Admin::DashboardController < Admin::BaseController
|
|
def index
|
|
end
|
|
end
|