You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- class Ci::Perm < Ci::RemoteBase
- self.primary_key = nil
-
- belongs_to :ci_user, class_name: 'Ci::User', foreign_key: :perm_user_id
-
- end
|