Sha256: 02fdd7771f99fba18a27b421d94041b2acea7dad6db73ec2060059c247b03268
Contents?: true
Size: 272 Bytes
Versions: 8
Compression:
Stored size: 272 Bytes
Contents
module FieldTest class BaseController < ActionController::Base layout "field_test/application" protect_from_forgery http_basic_authenticate_with name: ENV["FIELD_TEST_USERNAME"], password: ENV["FIELD_TEST_PASSWORD"] if ENV["FIELD_TEST_PASSWORD"] end end
Version data entries
8 entries across 8 versions & 1 rubygems