Sha256: 6fedea533ee2e97612e5aa38b0fd937f7c60f53988dda3b7ca9e83298fb8ae45
Contents?: true
Size: 479 Bytes
Versions: 19
Compression:
Stored size: 479 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 BaseModule end end
Version data entries
19 entries across 19 versions & 1 rubygems