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