beathaven/app/controllers/application_controller.rb
2012-08-27 03:53:30 +04:00

8 lines
99 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery
def main
end
end