Sha256: 4c4a0e84c2673bd2b65ac93e054918bcf4d87a44fd2fa2567a758805769722e1
Contents?: true
Size: 372 Bytes
Versions: 13
Compression:
Stored size: 372 Bytes
Contents
module Content extend ActiveSupport::Concern included do validates_presence_of :title acts_as_taggable alias :keywords :tags permalink :title, :history => true field :title, :translatable => true field :excerpt, :as => :text, :translatable => true alias_attribute :description, :excerpt end end
Version data entries
13 entries across 13 versions & 1 rubygems