Class: Flipper::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/flipper/engine.rb

Instance Method Summary collapse

Instance Method Details

#cloud?Boolean

Returns:

  • (Boolean)


61
62
63
# File 'lib/flipper/engine.rb', line 61

def cloud?
  !!ENV["FLIPPER_CLOUD_TOKEN"]
end