fixes #1227
This commit is contained in:
6
app/controllers/meta_searches_controller.rb
Normal file
6
app/controllers/meta_searches_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class MetaSearchesController < ApplicationController
|
||||
def tags
|
||||
@meta_search = MetaSearches::Tag.new(params)
|
||||
@meta_search.load_all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user