Sha256: ec9d2f03283083489a2c74d03db3cd205c199d478c40d31098a6d090de7436c6

Contents?: true

Size: 478 Bytes

Versions: 10

Compression:

Stored size: 478 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

10 entries across 10 versions & 1 rubygems

Version Path
ixtlan-0.4.3 spec/guards/samples.rb
ixtlan-0.4.2 spec/guards/samples.rb
ixtlan-0.4.1 spec/guards/samples.rb
ixtlan-0.4.0 spec/guards/samples.rb
ixtlan-0.4.0.pre5 spec/guards/samples.rb
ixtlan-0.4.0.pre4 spec/guards/samples.rb
ixtlan-0.4.0.pre3 spec/guards/samples.rb
ixtlan-0.4.0.pre2 spec/guards/samples.rb
ixtlan-0.4.0.pre spec/guards/samples.rb
ixtlan-0.3.0 spec/guards/samples.rb