osem-fcy/app/controllers/api/base_controller.rb

4 lines
78 B
Ruby
Raw Normal View History

class Api::BaseController < ActionController::Base
protect_from_forgery
end