Class: FeatureBox::HomeController

Inherits:
ApplicationController show all
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

define_helpers, included

Instance Method Details

#indexObject



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