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