page.rb

Path: app/models/page.rb
Last Update: Mon Jul 05 09:18:27 -0700 2010

CMS web page. Tree structure. Versioned. User render_page helper to look for Page before falling back on Rails templates. Pages uses ERb and can execute Ruby code just like a template, so admin users can do things like <% Person.destroy_all %>!

Uses ActsAsVersions, and should be moved to VestalVersions

[Validate]