mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 18:24:58 +00:00
Added Models App, Installation Batch Installation
This commit is contained in:
4
app/models/app.rb
Normal file
4
app/models/app.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class App < ActiveRecord::Base
|
||||
|
||||
validates :name, :package_name, presence: true
|
||||
end
|
||||
Reference in New Issue
Block a user