Class: Presentation::Search
- Inherits:
-
Base
- Object
- Base
- Presentation::Search
show all
- Defined in:
- lib/presentation/search.rb
Instance Attribute Summary
Attributes inherited from Base
#controller, #presentable
Instance Method Summary
collapse
Methods inherited from Base
#render
#initialize
Instance Method Details
#iname ⇒ Object
3
|
# File 'lib/presentation/search.rb', line 3
def iname; :search end
|
#url ⇒ Object
5
6
7
|
# File 'lib/presentation/search.rb', line 5
def url
request.path + '?' + request.query_parameters.except("search").to_param
end
|