module Sunrise::Utils::SearchWrapper

Protected Instance Methods

search_wrapper() click to toggle source
# File lib/sunrise/utils/search_wrapper.rb, line 14
def search_wrapper
  @search_wrapper ||= Sunrise::Views::SearchWrapper.new(params[:search])
end