5 lines
69 B
Ruby
5 lines
69 B
Ruby
|
|
class AdminsController < Admin::BaseController
|
||
|
|
def index
|
||
|
|
end
|
||
|
|
end
|