OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / models / balloon.rb
index 1bf9cea..fbfc8bf 100644 (file)
@@ -22,6 +22,14 @@ class Balloon < ActiveRecord::Base
     end
   end
   
+  def self.colum_structures
+    @@colum_structures ||= {
+      :r => {
+        :helper => 'panels/tail_angle_helper'
+      }
+    }
+  end
+  
   def url
     '/system_pictures/' + self.system_picture.filename
   end