Module: Kreds::Show
- Included in:
- Kreds
- Defined in:
- lib/kreds/show.rb
Instance Method Summary collapse
Instance Method Details
#env_show ⇒ Object
7 8 9 |
# File 'lib/kreds/show.rb', line 7 def env_show show[Rails.env.to_sym] || {} end |
#show ⇒ Object
3 4 5 |
# File 'lib/kreds/show.rb', line 3 def show Rails.application.credentials.config.to_h end |