public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
some drop tweaks

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2354 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Oct 10 07:00:33 -0700 2006
commit  e637c8d67b4d2e2f1be63360207d4b678e6fe3c0
tree    1c1c85f29ad005db74d5102e6b12359e67667e67
parent  59a7d828852e10c1f603cef191dc7800fc53c8ac
...
60
61
62
63
64
65
66
67
68
69
...
60
61
62
 
 
 
 
63
64
65
0
@@ -60,10 +60,6 @@ class ArticleDrop < BaseDrop
0
   def changes_feed_url
0
     @changes_feed_url ||= url + '/changes.xml'
0
   end
0
-
0
- def tags
0
- @tags ||= @source.tags.collect &:to_liquid
0
- end
0
 
0
   protected
0
     def body_for_mode(mode)
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ class CommentDrop < BaseDrop
0
   include Mephisto::Liquid::UrlMethods
0
   include WhiteListHelper
0
   
0
- timezone_dates :published_at, :updated_at
0
+ timezone_dates :published_at, :created_at
0
   
0
   def comment() @source end
0
 

Comments

    No one has commented yet.