Class: FeaturePack::Controller
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- FeaturePack::Controller
- Defined in:
- lib/feature_pack/controller.rb
Overview
Base controller for all feature controllers Handles the setup of features, views, and layouts
Instance Method Summary collapse
-
#index ⇒ Object
Default index action.
Instance Method Details
#index ⇒ Object
Default index action
7 |
# File 'lib/feature_pack/controller.rb', line 7 def index; end |