Sha256: 3a25f414bdef6d8df456db078c9c257a353e345cfa595118864ea1ccaf879ea1
Contents?: true
Size: 993 Bytes
Versions: 3
Compression:
Stored size: 993 Bytes
Contents
# == Schema Information # # Table name: menus # # id :integer not null, primary key # name :string(255) # active :boolean default(TRUE) # seq :integer # target :string(255) # external_link :string(255) # lang_id :integer # editable :boolean default(TRUE) # deletable :boolean default(TRUE) # visible :boolean default(TRUE) # position_id :integer # ancestry :string(255) # created_at :datetime # updated_at :datetime # description :string(255) # content_editable :boolean default(TRUE) # modules_editable :boolean default(TRUE) # fake :boolean default(FALSE) # meta_id :integer # slug :string(255) # css_class :string # css_body_class :string # module Mokio class Menu < ActiveRecord::Base include Mokio::Concerns::Models::Menu end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mokio-0.0.15 | app/models/mokio/menu.rb |
mokio-0.0.14 | app/models/mokio/menu.rb |
mokio-0.0.13 | app/models/mokio/menu.rb |