Sha256: 788aa37b4d0367e71fd7b92e3e28d3f60bfd6b3814b75be02a9c639ddc0906a1
Contents?: true
Size: 191 Bytes
Versions: 85
Compression:
Stored size: 191 Bytes
Contents
class Island < ActiveRecord::Base self.table_name = 'isle' has_many :trees has_one :location has_one :eponymous_tree, ->(record) { where(name: record.name) }, class_name: 'Tree' end
Version data entries
85 entries across 85 versions & 1 rubygems