Sha256: 2d0c04e4611a7b119216296058cc4619731cf2ce20f16880cd99ddf572c016af

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

module Georgia
  class Content < ActiveRecord::Base

    acts_as_taggable_on :keywords

    validates :title, length: {maximum: 255}
    validates :locale, presence: true

    belongs_to :contentable, polymorphic: true
    belongs_to :image, class_name: Ckeditor::Picture

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/models/georgia/content.rb