public
Fork of vigetlabs/sandstone
Description: A resourceful plugin providing lightweight content management functionality to Rails applications
Homepage: http://www.viget.com/extend/sandstone-a-drop-in-cms-for-existing-rails-applications/
Clone URL: git://github.com/bscofield/sandstone.git
add summary for pages

git-svn-id: http://svn.extendviget.com/lab/trunk/plugins/sandstone@476 
e959a6d6-1924-0410-92b3-a6fa492f4c66
ben (author)
Thu Dec 13 05:52:38 -0800 2007
commit  aaa7b7e4781cd7009772de2609677000cc463eed
tree    491c8c448c0c9cacd956569f32fd031e63eb9227
parent  390f0152826649860aa0cf923ae3c0d81c4b1a5d
...
9
10
11
 
12
13
14
...
9
10
11
12
13
14
15
0
@@ -9,6 +9,7 @@ class CreatePages < ActiveRecord::Migration
0
         t.string :path
0
         t.string :title, :null => true
0
         t.text :content, :null => true
0
+ t.text :summary, :null => true
0
         t.text :meta_description, :null => true
0
         t.text :meta_keywords, :null => true
0
         t.datetime :active_at, :null => true

Comments

    No one has commented yet.