Sha256: 4d586196a00d7201ec60f0f405eaedc35cb91c29608035c33332cfd4b8b3814e
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
module Presentation class Search < Base def iname; :search end def url request.path + '?' + request.query_parameters.except("search").to_param end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
presenting-2.0.0 | lib/presentation/search.rb |
presenting-1.0.0 | lib/presentation/search.rb |