Sha256: 97d8dc128454973aa7cbdbb9692eda9c64a954b0e9b8fc6b158f8e9d68329ac8
Contents?: true
Size: 341 Bytes
Versions: 10
Compression:
Stored size: 341 Bytes
Contents
Cloudfuji.setup do |config| #We should abstract this way and intelligently pick the orm # ==> ORM configuration # Load and configure the ORM. Supports :active_record (default) and # :mongoid (bson_ext recommended) by default. Other ORMs may be # available as additional gems. require 'cloudfuji/orm/<%= options[:orm] %>' end
Version data entries
10 entries across 10 versions & 1 rubygems