7 lines
108 B
Ruby
7 lines
108 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::SectionController < Admin::AdminController
|
||
|
def show
|
||
|
end
|
||
|
end
|