Sha256: 6d65ff2931fb8d1b0b4076c0498091389023b09099f0b09b133848e73d46486f
Contents?: true
Size: 728 Bytes
Versions: 7
Compression:
Stored size: 728 Bytes
Contents
# == Schema Information # # Table name: contents # # id :integer not null, primary key # title :string(255) # 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 Contact < Content include Mokio::Concerns::Models::Contact end end
Version data entries
7 entries across 7 versions & 1 rubygems