Sha256: dafc61747d5b00e95d2e2462603abe105d011a5d504452cf8bdf223a175a031f
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
module FileRecord autoload :Base, 'file_record/base' autoload :AttributeMethods, 'file_record/attribute_methods' autoload :AttributeManagement, 'file_record/attribute_management' autoload :Persistence, 'file_record/persistence' autoload :Validations, 'file_record/validations' autoload :Callbacks, 'file_record/callbacks' autoload :Compatibility, 'file_record/compatibility' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
file_record-0.1.0 | lib/file_record.rb |