康康新动作。
我将新动作添加到我的静态资源中,如何使用cancan授权它。
页面控制器:
load_and_authorize_resource
def index
end
def show
end
def new
end
def create
end
def edit
end
def update
end
def destroy
end
def mynewaction
end
能力模型:
class Ability
include CanCan::Ability
def initialize(user)
user ||= User.new
can :create, Page
can :mynewmethod, Page #does it work?
end
没有找到相关结果
已邀请:
1 个回复
搜洼挂时