Files
sx-fc/app/controllers/base_controller.rb
2017-04-05 08:24:21 +06:30

5 lines
114 B
Ruby

class BaseController < ActionController::Base
layout "installation"
protect_from_forgery with: :exception
end