Sha256: 79c6f5b123de0e39ef59b606083339b5777d4d988ab10d7c113b0be3836c39fb
Contents?: true
Size: 143 Bytes
Versions: 3
Compression:
Stored size: 143 Bytes
Contents
module Transportation module Military class Vehicle < ::Transportation::Vehicle self.inheritance_column = 'type' end end end
Version data entries
3 entries across 3 versions & 1 rubygems