Sha256: 106c888797e2f37a64b9eefef0db43e7126cde87922ed9b6b7c6d8f4182fd8a4

Contents?: true

Size: 135 Bytes

Versions: 5

Compression:

Stored size: 135 Bytes

Contents

module Api
  class BaseController < ActionController::Base
    protect_from_forgery with: :null_session
    respond_to :json
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
infinum_id-1.3.1 app/controllers/api/base_controller.rb
infinum_id-1.3.0 app/controllers/api/base_controller.rb
infinum_id-1.2.0 app/controllers/api/base_controller.rb
infinum_id-1.1.0 app/controllers/api/base_controller.rb
infinum_id-1.0.0 app/controllers/api/base_controller.rb