Class: SearchController

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

Instance Method Summary collapse

Methods inherited from Forgeos::ApplicationController

#notifications

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/search_controller.rb', line 3

def index
  search_keyword = SearchKeyword.find_by_keyword(@keywords) || SearchKeyword.create(:keyword => @keywords)
  search_keyword.search_keyword_counters.new.increment_counter
end