Sha256: 8aa83330a6e32fcf45b5c2b44ae306323004b521dc5f89b79469a893d2609614

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 MovGallery < Content
    include Mokio::Concerns::Models::MovGallery
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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