Sha256: b12702adbd41a83abe76f90080d70ec7ce55962d249045c7854ecc55f71ad17c
Contents?: true
Size: 266 Bytes
Versions: 33
Compression:
Stored size: 266 Bytes
Contents
# The migration for a play in the plugin creates a useless play. Subclass play and create a migration # appropriate to your sub-type, and use single-table inheritance to fill out the play. class Play < ActiveRecord::Base belongs_to :game belongs_to :team end
Version data entries
33 entries across 33 versions & 1 rubygems