直播权限调整

pay_subject
cxt 5 years ago
parent 70f187839a
commit c3c16bc0b4

@ -8,6 +8,6 @@ class LiveLink < ApplicationRecord
validates :description, length: { maximum: 100, too_long: "不能超过100个字符" } validates :description, length: { maximum: 100, too_long: "不能超过100个字符" }
def op_auth? def op_auth?
user == User.current || User.current.admin? user == User.current || User.current.admin_or_business?
end end
end end

Loading…
Cancel
Save