mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
9
app/queries/application_query.rb
Normal file
9
app/queries/application_query.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class ApplicationQuery
|
||||
include Callable
|
||||
|
||||
private
|
||||
|
||||
def strip_param(key)
|
||||
params[key].to_s.strip.presence
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user