Module: Heroku
- Defined in:
- lib/heroku/stage.rb,
lib/heroku/stage/version.rb
Defined Under Namespace
Modules: Stage
Class Method Summary collapse
- .review_app? ⇒ Boolean
-
.stage ⇒ Object
Returns the current Heroku stage.
Class Method Details
.review_app? ⇒ Boolean
16 17 18 |
# File 'lib/heroku/stage.rb', line 16 def review_app? !ENV['HEROKU_PARENT_APP_NAME'].nil? end |