mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
9 lines
122 B
Ruby
9 lines
122 B
Ruby
class ApplicationQuery
|
|
include Callable
|
|
|
|
private
|
|
|
|
def strip_param(key)
|
|
params[key].to_s.strip.presence
|
|
end
|
|
end |