1
0
Fork 0
beathaven/app/controllers/application_controller.rb

8 lines
99 B
Ruby

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