Class: ActiveRecord::Snapshot::Configuration
- Inherits:
-
Hashie::Dash
- Object
- Hashie::Dash
- ActiveRecord::Snapshot::Configuration
show all
- Includes:
- Hashie::Extensions::Dash::Coercion, Hashie::Extensions::Dash::IndifferentAccess
- Defined in:
- lib/active_record/snapshot/configuration.rb
Defined Under Namespace
Classes: DBConfig, S3Config, S3Paths, StoreConfig
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.env ⇒ Object
55
56
57
|
# File 'lib/active_record/snapshot/configuration.rb', line 55
def self.env
ENV.fetch("SNAPSHOT_ENV", Rails.env)
end
|