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

Version Path
kithe-2.16.0 app/models/kithe/work.rb
kithe-2.15.1 app/models/kithe/work.rb
kithe-2.15.0 app/models/kithe/work.rb
kithe-2.14.0 app/models/kithe/work.rb
kithe-2.13.0 app/models/kithe/work.rb
kithe-2.12.0 app/models/kithe/work.rb
kithe-2.11.0 app/models/kithe/work.rb
kithe-2.10.0 app/models/kithe/work.rb
kithe-2.9.1 app/models/kithe/work.rb
kithe-2.9.0 app/models/kithe/work.rb
kithe-2.8.0 app/models/kithe/work.rb
kithe-2.7.1 app/models/kithe/work.rb
kithe-2.7.0 app/models/kithe/work.rb
kithe-2.6.1 app/models/kithe/work.rb
kithe-2.6.0 app/models/kithe/work.rb
kithe-2.5.0 app/models/kithe/work.rb
kithe-2.4.0 app/models/kithe/work.rb
kithe-2.3.0 app/models/kithe/work.rb
kithe-2.2.0 app/models/kithe/work.rb
kithe-2.1.0 app/models/kithe/work.rb