Sha256: eb90c82cf762e33c65ab14504adb0dba7f3575b8c1136c0ebe9ff24765019d66

Contents?: true

Size: 751 Bytes

Versions: 3

Compression:

Stored size: 751 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
#  meta_id      :integer
#  gmap_id      :integer
#
module Mokio
  class PicGallery < Content
    include Mokio::Concerns::Models::PicGallery
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mokio-0.0.15 app/models/mokio/pic_gallery.rb
mokio-0.0.14 app/models/mokio/pic_gallery.rb
mokio-0.0.13 app/models/mokio/pic_gallery.rb