Files
osem/app/controllers/api/base_controller.rb
2016-11-22 09:58:20 +05:30

6 lines
111 B
Ruby

module Api
class BaseController < ActionController::Base
protect_from_forgery with: :exception
end
end