We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
# with alias_action :update, :destroy, :create, :to => :write can :manage, :all # includes can :write, :all # includes can :write, Model # includes can :update, Model # includes can :update, Model, { conditions_and_default_attributes }
More here