examples/no_xsl_blog/lib/blog/model.rb in nitro-0.15.0 vs examples/no_xsl_blog/lib/blog/model.rb in nitro-0.16.0

- old
+ new

@@ -1,8 +1,8 @@ # * George Moschovitis <gm@navel.gr> # (c) 2004-2005 Navel, all rights reserved. -# $Id$ +# $Id: model.rb 1 2005-04-11 11:04:30Z gmosx $ require 'lib/content' # The models used in the Blog part. @@ -13,11 +13,11 @@ # Common properties/methods for the other classes. # Since markup is required, automatically handles # the markup expanding/compacting for the body. module Common - include N::BaseContent - include N::CreateTime + include BaseContent + include CreateTime prop_accessor :author, String validate_value :body end