Sha256: 30f82983645d7bf376201fc556afa7d47dcde9b7b0b65623501494ce8c6a4cbb

Contents?: true

Size: 136 Bytes

Versions: 6

Compression:

Stored size: 136 Bytes

Contents

module Theblog
  class ContentStatus < ActiveRecord::Base
    validates_presence_of :title
    validates_uniqueness_of :title
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theblog-0.0.2.3 app/models/theblog/content_status.rb
theblog-0.0.2.2 app/models/theblog/content_status.rb
theblog-0.0.2.1 app/models/theblog/content_status.rb
theblog-0.0.2 app/models/theblog/content_status.rb
theblog-0.0.1.1 app/models/theblog/content_status.rb
theblog-0.0.1 app/models/theblog/content_status.rb