OSDN Git Service

e
[pettanr/pettanr.git] / app / models / speech_balloon_template.rb
index ff799cc..a4ad04a 100644 (file)
@@ -1,5 +1,6 @@
 #フキダシテンプレート
 class SpeechBalloonTemplate < Peta::Item
+  load_manifest
   has_many :speech_balloons
   belongs_to :system_picture
   
@@ -10,10 +11,6 @@ class SpeechBalloonTemplate < Peta::Item
   validates :system_picture_id, :presence => true, :numericality => true, :existence => {:both => false}
   validates :settings, :presence => true
   
-  def self.valid_encode_columns
-    super + ['name', 'classname', 'caption', 'settings']
-  end
-  
   def supply_default
   end