Sha256: c438c99c6a41bd51fb9f0c486a05810cc511bc21a2712afd47f01fb5aa92ef09
Contents?: true
Size: 186 Bytes
Versions: 10
Compression:
Stored size: 186 Bytes
Contents
class <%= class_name %>Controller < ApplicationController hobo_controller def index; end def search if params[:query] site_search(params[:query]) end end end
Version data entries
10 entries across 10 versions & 1 rubygems