Sha256: 84fc03929068939b6ef0a8dad9a4329d00fa1344ecf621c7ba266822b1b7cb68

Contents?: true

Size: 180 Bytes

Versions: 8

Compression:

Stored size: 180 Bytes

Contents

class Page < ActiveRecord::Base

  acts_as_tree

  STATUS = { "pending" => "Pending",
             "published" => "Published",
             "unpublished" => "Not Published" }

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre7 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre6 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre5 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre4 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre3 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre2 test/fixtures/rails_app/app/models/page.rb
typus-1.0.0.pre test/fixtures/rails_app/app/models/page.rb