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 !
small tweak so that created_at doesn't show in the order by clause twice

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2735 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Feb 12 05:00:36 -0800 2007
commit  d90a0d8f4d768ab974c43db19a2af73d2cacd288
tree    6e84db03d75e35df0a2b3c21cd4f84f97a8db375
parent  11e837d59ca985239221b6a8d1658359841fb8ac
...
133
134
135
136
 
137
138
139
...
133
134
135
 
136
137
138
139
0
@@ -133,7 +133,7 @@ class Admin::ArticlesController < Admin::BaseController
0
 
0
   protected
0
     def load_sections
0
- @assets = site.assets.find(:all, :order => 'created_at desc', :limit => 6)
0
+ @assets = site.assets.find(:all, :limit => 6)
0
       @sections = site.sections.find(:all)
0
       home = @sections.find &:home?
0
       @sections.delete home

Comments

    No one has commented yet.