Sha256: 4130380cf76dc4f287215e45e8d02faf5652bc071f4b5904ccae8899520a8cd6

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

class Structure < ActiveRecord::Base
  include Sunrise::Models::Structure
  include PageParts::Extension
  include MetaManager::Taggable

  # audited :protect => false  
  # page_parts :content
  
  attr_accessible :title, :kind, :position, :parent_id, :redirect_url,
                  :position_type, :slug, :parent, :structure_type, :is_visible, :as => :admin
end

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
sunrise-cms-0.5.0.rc3 lib/generators/sunrise/templates/models/active_record/structure.rb
sunrise-cms-0.5.0.rc3 spec/tmp/app/models/defaults/structure.rb
sunrise-cms-0.5.0.rc2 lib/generators/sunrise/templates/models/active_record/structure.rb
sunrise-cms-0.5.0.rc2 spec/tmp/app/models/defaults/structure.rb
sunrise-cms-0.5.0.rc1 lib/generators/sunrise/templates/models/active_record/structure.rb
sunrise-cms-0.5.0.rc1 spec/tmp/app/models/defaults/structure.rb