Sha256: d3416aadbca14e0a569950d0abefd1cd88d4f67d5f32ebbe63c0fae37344f6af

Contents?: true

Size: 485 Bytes

Versions: 5

Compression:

Stored size: 485 Bytes

Contents

Ixtlan::Guard.initialize(:permissions, 
                         { :show => [:guest], 
                           :edit => [:root, :admin], 
                           :update => [:root, :admin], 
                           :destroy => [:root] }
                         )

Ixtlan::Guard.initialize(:configurations, 
                         { :show => [:admin], 
                           :edit => [:root], 
                           :update => [:root] }
                         )

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ixtlan-0.2.4 spec/guards/samples.rb
ixtlan-0.2.3 spec/guards/samples.rb
ixtlan-0.2.2 spec/guards/samples.rb
ixtlan-0.2.1 spec/guards/samples.rb
ixtlan-0.2.0 spec/guards/samples.rb