Class: Flipflop::FeaturesController

Inherits:
ApplicationController
  • Object
show all
Includes:
EnvironmentFilters
Defined in:
app/controllers/flipflop/features_controller.rb

Defined Under Namespace

Classes: FeaturesPresenter

Instance Method Summary collapse

Methods included from EnvironmentFilters

#require_development

Instance Method Details

#indexObject



9
10
11
# File 'app/controllers/flipflop/features_controller.rb', line 9

def index
  @feature_set = FeaturesPresenter.new(FeatureSet.current)
end