This commit is contained in:
r888888888
2014-02-28 16:40:04 -08:00
parent 5d5caf5eea
commit 1f10f39d1e
13 changed files with 217 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
class MetaSearchesController < ApplicationController
def tags
@meta_search = MetaSearches::Tag.new(params)
@meta_search.load_all
end
end