Sha256: 7db3b0bd458d5597b54a46854cc3836a9651368a971fa6a5779498213187656d
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 BasePicGallery < BaseContent include Mokio::Concerns::Models::BasePicGallery end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mokio-0.0.15 | app/models/mokio/base_pic_gallery.rb |
mokio-0.0.14 | app/models/mokio/base_pic_gallery.rb |