Sha256: e55da47b36844ea4a02b09053cfd0f1742b1d911e38af096b6aa247d7d3cf48d

Contents?: true

Size: 149 Bytes

Versions: 14

Compression:

Stored size: 149 Bytes

Contents

module SomeHelper
  include Acl9Helpers

  access_control :the_question do
    allow :hamlet, :to => :be
    allow :hamlet, :except => :be
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
careacademy-acl9-3.4.0 test/dummy/app/helpers/some_helper.rb
careacademy-acl9-3.3.0 test/dummy/app/helpers/some_helper.rb
acl9-3.2.0 test/dummy/app/helpers/some_helper.rb
acl9-3.1.0 test/dummy/app/helpers/some_helper.rb
acl9-3.0.0 test/dummy/app/helpers/some_helper.rb
acl9-2.1.2 test/dummy/app/helpers/some_helper.rb
acl9-2.1.1 test/dummy/app/helpers/some_helper.rb
acl9-2.1.0 test/dummy/app/helpers/some_helper.rb
acl9-2.0.0 test/dummy/app/helpers/some_helper.rb
acl9-1.3.0 test/dummy/app/helpers/some_helper.rb
acl9-1.2.1 test/dummy/app/helpers/some_helper.rb
acl9-1.2.0 test/dummy/app/helpers/some_helper.rb
acl9-1.1.0 test/dummy/app/helpers/some_helper.rb
acl9-1.0.0 test/dummy/app/helpers/some_helper.rb