Sha256: 544342d7d7a0bd34c14f7f2a37c8e7b54cadda7633e37cb3ce0568a1a55b65f1
Contents?: true
Size: 158 Bytes
Versions: 7
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true class Guitar < ActiveRecord::Base has_many :tuning_pegs, index_errors: true accepts_nested_attributes_for :tuning_pegs end
Version data entries
7 entries across 7 versions & 2 rubygems