parent
cb8dd3dc9f
commit
aa9570d4f3
@ -1,4 +1,4 @@
|
||||
class Weapps::HotKeywordsController < Weapps::BaseController
|
||||
class HotKeywordsController < ApplicationController
|
||||
def index
|
||||
keywords = []
|
||||
keywords = HotSearchKeyword.hot(8) if HotSearchKeyword.available?
|
Loading…
Reference in new issue