Class: FeatureBox::HomeController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- FeatureBox::HomeController
- Defined in:
- app/controllers/feature_box/home_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
#current_ability, #pages_helper, #retrieve_vars
Methods included from Helpers
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/feature_box/home_controller.rb', line 4 def index redirect_to suggestions_listing_path(:category => Category.default.name, :order => :newest), :flash => flash end |