Sha256: 8dd0104f503fc922b24b66ade21841956563d826459908122a41094eb64d9be9
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
require "best_boy/engine.rb" module BestBoy # Define ORM mattr_accessor :orm @@orm = :active_record # Load configuration from initializer def self.setup yield self end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
best_boy-0.0.3 | lib/best_boy.rb |
best_boy-0.0.2 | lib/best_boy.rb |