我需要检查控制台中对象上的 :read?
您需要设置能力对象:
ability = Ability.new(current_user_object)
现在检查授权:
ability.can? :read, object_to_be_checked
current_user_object:要检查其授权的用户对象
object_to_be_checked:是要检查授权的对象