OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / models / resource_picture.rb
index 57c2a8e..b74b115 100644 (file)
@@ -95,14 +95,6 @@ class ResourcePicture < Peta::Content
     self.tmb_opt_img_tag
   end
   
-  def self.list_order
-    'resource_pictures.updated_at desc'
-  end
-  
-  def self.list_where
-    ''
-  end
-  
   def self.list_opt
     {:license => {}, :artist => {}, :picture => {} }
   end