mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 18:24:58 +00:00
Add API installation status update
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
class App < ActiveRecord::Base
|
||||
|
||||
default_scope {order("name")}
|
||||
|
||||
has_many :batch_installations, dependent: :destroy
|
||||
|
||||
validates :name, :package_name, presence: true
|
||||
|
||||
Reference in New Issue
Block a user