Sha256: 3f20528e63d305cc5deb7d01af6e69a5920bd7181e0b7857600fe4d0a3bc8d74
Contents?: true
Size: 221 Bytes
Versions: 25
Compression:
Stored size: 221 Bytes
Contents
class ShipPart < ActiveRecord::Base belongs_to :ship has_many :trinkets, :class_name => "Treasure", :as => :looter accepts_nested_attributes_for :trinkets, :allow_destroy => true validates_presence_of :name end
Version data entries
25 entries across 25 versions & 5 rubygems