Initial implementation

This commit is contained in:
Aart van Halteren
2013-06-26 09:00:08 +02:00
commit e6fc705e6a
11 changed files with 157 additions and 0 deletions

3
app/models/page.rb Normal file
View File

@@ -0,0 +1,3 @@
class Page < ActiveRecord::Base
end