Class: SearchController
- Inherits:
-
Forgeos::ApplicationController
- Object
- ActionController::Base
- Forgeos::ApplicationController
- SearchController
- Defined in:
- app/controllers/search_controller.rb
Instance Method Summary collapse
Methods inherited from Forgeos::ApplicationController
Instance Method Details
#index ⇒ Object
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 |