Module: AvroTurf::AvroGemPatch::RecordSchema
- Defined in:
- lib/avro_turf/schema_to_avro_patch.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
18 19 20 21 22 |
# File 'lib/avro_turf/schema_to_avro_patch.rb', line 18 def self.prepended(base) class << base prepend ClassMethods end end |