Module: Believer::Environment

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/believer/environment.rb,
lib/believer/environment/base_env.rb,
lib/believer/environment/merb_env.rb,
lib/believer/environment/rails_env.rb

Defined Under Namespace

Modules: ClassMethods Classes: BaseEnv, MerbEnv, RailsEnv

Constant Summary collapse

ENVIRONMENTS =
[
    ::Believer::Environment::RailsEnv,
    ::Believer::Environment::MerbEnv
]