zammad/app/controllers/init_controller.rb
Martin Edenhofer e5c35021ac Updated header.
2014-02-03 20:24:49 +01:00

12 lines
229 B
Ruby

# Copyright (C) 2012-2014 Zammad Foundation, http://zammad-foundation.org/
class InitController < ApplicationController
# GET /init
def index
respond_to do |format|
format.html # index.html.erb
end
end
end