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