我有一个students
使用 CRUD 方法的资源。只有具有特定角色的人才能读取、更新、管理等students
资源。ability.rb
我在我的文件中指定了这一点。但是,现在我希望学生(通常无权访问该students
资源)只能访问他们的出勤记录/students/:student_id/attendances
。我怎么能允许呢?
问问题
94 次
我有一个students
使用 CRUD 方法的资源。只有具有特定角色的人才能读取、更新、管理等students
资源。ability.rb
我在我的文件中指定了这一点。但是,现在我希望学生(通常无权访问该students
资源)只能访问他们的出勤记录/students/:student_id/attendances
。我怎么能允许呢?