Sha256: e7c32397de028c38f197c075d1a85be854829845e824c5ad55e75ffddebfd0bd
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
# frozen_string_literal: true module LazyRecord # Inherit from LazyRecord::Base to achieve lazier development. # # LazyRecord gives you some ActiveRecord-style conveniences for your in-memory # POROs. These include more powerful attr_accessors, object caching, instance # method generating macros, scope methods and scope chaining, associations # with other objects, and validations. This is a WIP still in development. class Base include LazyRecord::BaseModule end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lazy_record-0.7.2 | lib/lazy_record/base.rb |
lazy_record-0.7.1 | lib/lazy_record/base.rb |
lazy_record-0.7.0 | lib/lazy_record/base.rb |