Class: HerokuConfigVars::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/heroku_config_vars/application_controller.rb

Direct Known Subclasses

HerokuAppsController

Instance Method Summary collapse

Instance Method Details

#envObject



9
10
11
# File 'app/controllers/heroku_config_vars/application_controller.rb', line 9

def env
  @env = ENV
end