Sha256: f041177ea70c3161ea5472b3e9baa67da9e4d7cc06dd3662e2dd41839d373432
Contents?: true
Size: 345 Bytes
Versions: 35
Compression:
Stored size: 345 Bytes
Contents
module XapianDb module ModelExtenders module ActiveRecord def inherited(klass) super if XapianDb::DocumentBlueprint.configured? klass.name blueprint = XapianDb::DocumentBlueprint.blueprint_for klass.name blueprint._adapter.add_class_helper_methods_to klass end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems