Sha256: 44b3458f1877fd1c118f4e0f6a1b375ebf07907f40242392b6278ffb755b5699
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
# module Configuration # # def self.indexes *types # Indexes.new(*types).save # end # def self.type name, *fields # Type.new name, *fields # end # def self.field name, options = {} # Field.new name, options # end # # end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
picky-0.0.3 | lib/picky/configuration/configuration.rb |
picky-0.0.2 | lib/picky/configuration/configuration.rb |