module EasySearchHelper

Public Instance Methods

search_form() click to toggle source
# File lib/easy_search_form/easysearch_helper.rb, line 2
def search_form
  render :file => File.dirname(__FILE__) + '/views/_search_form.html.erb'
end