Sha256: 630bb73d1fde32572085d820b0d7b59ecd403868faedebc8c19ae43286280e83

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

module Undercase
  class ApplicationController < ActionController::Base
    http_basic_authenticate_with :name => "casebook", :password => "casebook", realm: "Undercase" unless %w(development test).include?(ENV['RACK_ENV'] || ENV['RAILS_ENV'])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
undercase-0.2.57 app/controllers/undercase/application_controller.rb