Class: Flip::FeaturesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/flip/features_controller.rb

Defined Under Namespace

Classes: FeaturesPresenter

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/flip/features_controller.rb', line 4

def index
  @p = FeaturesPresenter.new(FeatureSet.instance)
end