OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / models / scroll_panel.rb
index 8dab5bb..7207179 100644 (file)
@@ -20,7 +20,7 @@ class ScrollPanel < Peta::Leaf
     self.author_id = operators.author.id
   end
   
-  def self.list_order
+  def self.public_list_order
     'scroll_panels.updated_at desc'
   end