Sha256: 05655bb58157ea2fc970ed033da9ba3211b63c87a9b285f322012a9efac7970c
Contents?: true
Size: 258 Bytes
Versions: 12
Compression:
Stored size: 258 Bytes
Contents
class Application < Rhosync::Base class << self def authenticate(username,password,session) true # do some interesting authentication here... end def initializer(path) super end end end Application.initializer(ROOT_PATH)
Version data entries
12 entries across 6 versions & 1 rubygems