8 lines
105 B
Ruby
Executable File
8 lines
105 B
Ruby
Executable File
class ConfigController < ApplicationController
|
|
load_and_authorize_resource
|
|
def index
|
|
|
|
end
|
|
|
|
end
|