Class: Flip::FeaturesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Flip::FeaturesController
- Defined in:
- app/controllers/flip/features_controller.rb
Defined Under Namespace
Classes: FeaturesPresenter
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/flip/features_controller.rb', line 4 def index @p = FeaturesPresenter.new(FeatureSet.instance) end |