Sha256: 34d2900780c52a67335edd1e6d75122cd1eaa7aae25292eda9d36987405bb664
Contents?: true
Size: 763 Bytes
Versions: 2
Compression:
Stored size: 763 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 BaseMovGallery < BaseContent include Mokio::Concerns::Models::BaseMovGallery end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mokio-0.0.15 | app/models/mokio/base_mov_gallery.rb |
mokio-0.0.14 | app/models/mokio/base_mov_gallery.rb |