Class: Flipflop::FeaturesController

Inherits:
ApplicationController
  • Object
show all
Includes:
ActionController::Rendering, ActionController::RequestForgeryProtection, ActionView::Layouts, ActionView::Rendering
Defined in:
app/controllers/flipflop/features_controller.rb

Defined Under Namespace

Classes: FeaturesPresenter

Instance Method Summary collapse

Instance Method Details

#indexObject



11
12
13
14
# File 'app/controllers/flipflop/features_controller.rb', line 11

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