Class: ExploreController

Inherits:
ApplicationController show all
Defined in:
app/controllers/explore_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#display_uservoice_sso, #render_facebook_like, #render_facebook_sdk, #render_twitter

Instance Method Details

#indexObject



2
3
4
5
# File 'app/controllers/explore_controller.rb', line 2

def index
  @title = t('explore.title')
  @categories = Category.with_projects.order(:name_pt).all
end