parent
be6bd5e5ef
commit
8162c64a7b
@ -1,3 +1,9 @@
|
|||||||
class ApplicationQuery
|
class ApplicationQuery
|
||||||
include Callable
|
include Callable
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
def strip_param(key)
|
||||||
|
params[key].to_s.strip.presence
|
||||||
|
end
|
||||||
end
|
end
|
Loading…
Reference in new issue