Sha256: 15d57895807991fb0225404f963c8ba9b5c9819a7036747aba262f34cb6aaffd
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
module Localtower class ApplicationController < ActionController::Base protect_from_forgery with: :null_session before_action :check_environment def check_environment raise if Rails.env.production? end end end
Version data entries
16 entries across 16 versions & 1 rubygems