Sha256: 2776a2fc124ad6c544b36e7e8ed9c4c081e7335b346d92d3b2fcc90de99a1645
Contents?: true
Size: 276 Bytes
Versions: 14
Compression:
Stored size: 276 Bytes
Contents
class ACLQueryMethod < ApplicationController attr_accessor :current_user access_control :acl, :query_method => true do allow :editor, :to => [:edit, :update, :destroy] allow :viewer, :to => [:index, :show] allow :owner, :of => :foo, :to => :fooize end end
Version data entries
14 entries across 14 versions & 2 rubygems