Sha256: 08a834e56bcb0d171543eb883f71e736c41e2f588220accea0fb1e463bbf2b65

Contents?: true

Size: 746 Bytes

Versions: 3

Compression:

Stored size: 746 Bytes

Contents

# == Schema Information
#
# Table name: contents
#
#  id           :integer          not null, primary key
#  title        :string(255)
#  intro        :text
#  content      :text
#  type         :string(255)
#  home_page    :boolean
#  tpl          :string(255)
#  contact      :boolean
#  active       :boolean          default(TRUE)
#  lang_id      :integer
#  gallery_type :string(255)
#  editable     :boolean          default(TRUE)
#  deletable    :boolean          default(TRUE)
#  display_from :datetime
#  display_to   :datetime
#  created_at   :datetime
#  updated_at   :datetime
#  meta_id      :integer
#  gmap_id      :integer
#
module Mokio
  class Content < ActiveRecord::Base
    include Mokio::Concerns::Models::Content
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mokio-0.0.12 app/models/mokio/content.rb
mokio-0.0.11 app/models/mokio/content.rb
mokio-0.0.10 app/models/mokio/content.rb