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

6 lines
94 B
Ruby
Raw Normal View History

2014-08-07 07:42:22 +03:00
module Api
class BaseController < ActionController::Base
protect_from_forgery
end
end