Class: Dotenvx::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/dotenvx/rails.rb

Instance Method Summary collapse

Instance Method Details

#loadObject



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