Sha256: 5f711a0030fa3d7594cfa3af0dae128eef661463a39091f724dafd3ebdc52242

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

class Structure < ActiveRecord::Base
  include Freeberry::Models::Structure
  
  acts_as_nested_set
  
  has_slug :prepend_id => false
  
  attr_accessible :title, :kind, :position, :parent_id, :redirect_url
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
freeberry-0.2.5 lib/generators/freeberry/models/templates/models/structure.rb