OSDN Git Service

7f32278f785b75df22e57ff3dc1459d4a6c2f4d2
[pettanr/pettanr.git] / app / models / balloon_template.rb
1 class BalloonTemplate < ActiveRecord::Base
2   belongs_to :speach_balloon
3   has_many :speach_templates, :dependent => :destroy
4   belongs_to :system_picture
5   accepts_nested_attributes_for :speach_templates
6 end