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