Sha256: fb661a5130efe6bdb54046266035e7a35faa33a7fde81f2748b1a2e6246cf436
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
module Apidae class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_action Rails.application.config.apidae_auth end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apidae-0.7.5 | app/controllers/apidae/application_controller.rb |
apidae-0.7.4 | app/controllers/apidae/application_controller.rb |