instance method
envify
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
envify(*key)
No documentation comment.
Parameters
-
keyrest
Source
# File activesupport/lib/active_support/env_configuration.rb, line 100
def envify(*key)
key.collect { |part| part.to_s.upcase }.join("__")
end
Defined in activesupport/lib/active_support/env_configuration.rb line 100
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EnvConfiguration