Sha256: ea2c53fc2324bb0539a9a8d0ec9f0b7a4a6cce4ca68c676fec6f778532d08744
Contents?: true
Size: 242 Bytes
Versions: 26
Compression:
Stored size: 242 Bytes
Contents
class Kithe::Collection < Kithe::Model after_initialize do self.kithe_model_type = "collection" if self.kithe_model_type.nil? end before_validation do self.kithe_model_type = "collection" if self.kithe_model_type.nil? end end
Version data entries
26 entries across 26 versions & 1 rubygems