pundit_helpers:Pundit 的授权助手

时间:2024-07-11 02:36:25
【文件属性】:

文件名称:pundit_helpers:Pundit 的授权助手

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-11 02:36:25

Ruby

专家助手 授权助手 安装 将此行添加到应用程序的 Gemfile 中: gem 'pundit_helpers' 然后执行: $ bundle 或者自己安装: $ gem install pundit_helpers 用法 在需要 Pundit 的基本控制器或控制器中: class ApplicationController < ActionController :: Base include Pundit include PunditHelpers end 助手目前添加了#authorized? 用于让 Pundit 知道您已检查授权的方法,以便过滤器后的verify_authorized不会引发异常,并在失败时返回 false 而不是引发。 authorize ( post , :show? ) # Returns true or raises Pundi


【文件预览】:
pundit_helpers-master
----LICENSE.txt(1KB)
----pundit_helpers.gemspec(949B)
----lib()
--------pundit_helpers.rb(1KB)
--------pundit_helpers()
----Gemfile(99B)
----spec()
--------pundit_helpers_spec.rb(2KB)
----Rakefile(183B)
----README.md(1KB)
----.gitignore(154B)
----CHANGELOG.md(57B)

网友评论