forked from bofh/fetsite
10 lines
139 B
Ruby
Executable File
10 lines
139 B
Ruby
Executable File
class ConfigController < ApplicationController
|
|
load_and_authorize_resource
|
|
def index
|
|
|
|
end
|
|
|
|
def choose_contact_topics
|
|
end
|
|
end
|