Sha256: 9b291c04b54e0254132f8a78ff002510e57dc766819f4fea72ee32a3d394873a

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 Bytes

Contents

# == Schema Information
#
# Table name: contents
#
#  id           :integer          not null, primary key
#  title        :string(255)
#  subtitle :text
#  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 :date
#  display_to   :date
#  created_at   :datetime
#  updated_at   :datetime
#  gmap_id      :integer
#
module Mokio
  class PicGallery < Content
    include Mokio::Concerns::Models::PicGallery
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mokio-2.0.8 app/models/mokio/pic_gallery.rb