zammad/app/controllers/init_controller.rb
Martin Edenhofer a77f3b6435 Init version.
2012-04-10 16:06:46 +02:00

10 lines
153 B
Ruby

class InitController < ApplicationController
# GET /init
def index
respond_to do |format|
format.html # index.html.erb
end
end
end