beathaven/app/controllers/application_controller.rb

8 lines
99 B
Ruby
Raw Normal View History

2012-08-26 00:48:13 +04:00
class ApplicationController < ActionController::Base
protect_from_forgery
2012-08-27 03:53:30 +04:00
def main
end
2012-08-26 00:48:13 +04:00
end