OSDN Git Service

list browser created
[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