Class: Dotenvx::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- Dotenvx::Railtie
- Defined in:
- lib/dotenvx/rails.rb
Instance Method Summary collapse
Instance Method Details
#load ⇒ Object
39 40 41 42 43 44 |
# File 'lib/dotenvx/rails.rb', line 39 def load return if @loaded Dotenvx.load(*dotenvx_files) @loaded = true end |