Sha256: 8dde549a70faa4c7ea9702f1a938c577175aab534180104292405ade1a8ebfdf
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
# Administration related information module Odania module Protected # Registered Templates for the protected pages mattr_reader :templates @@templates = Hash.new # Registered Admin Pages mattr_accessor :pages @@pages = Set.new end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
odania_core-0.0.8 | lib/odania/protected.rb |
odania_core-0.0.7 | lib/odania/protected.rb |