Files
fetsite/app/controllers/config_controller.rb
2013-02-16 11:02:47 +01:00

6 lines
74 B
Ruby

class ConfigController < ApplicationController
def index
end
end