OSDN Git Service

fix anything
[pettanr/pettanr.git] / lib / peta / item.rb
index 91bee15..08910cc 100644 (file)
@@ -76,6 +76,10 @@ module Peta
       self.plural.underscore
     end
     
+    def self.find_boost_name column_name
+      self.my_peta.find_boost_name column_name
+    end
+    
     def self.extend_column? column_name
       self.my_peta.extend_column? column_name
     end