mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 14:11:42 +08:00
init project
This commit is contained in:
5
app/forms/repositories/search_sub_entries_form.rb
Normal file
5
app/forms/repositories/search_sub_entries_form.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Repositories::SearchSubEntriesForm < BaseForm
|
||||
attr_accessor :filepath, :login, :repo_identifier
|
||||
|
||||
validates :filepath, :login, :repo_identifier, presence: true
|
||||
end
|
||||
Reference in New Issue
Block a user