Files
osem/app/controllers/api/base_controller.rb
2014-08-07 07:42:22 +03:00

6 lines
94 B
Ruby

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