X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fmodels%2Fresource_picture.rb;h=b74b11545f15555ac99b6e18b8e6e5a0680dc717;hb=0a155175c4fc4f412946e854089ec97d8b1766ae;hp=57c2a8e21b9b6669ab9fc7700c1fb71d4c26e919;hpb=ac99a9d7dc6bcff459b17b1aa8d09765fc701fbb;p=pettanr%2Fpettanr.git diff --git a/app/models/resource_picture.rb b/app/models/resource_picture.rb index 57c2a8e2..b74b1154 100644 --- a/app/models/resource_picture.rb +++ b/app/models/resource_picture.rb @@ -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