Sha256: 37fe8ccc1e315eb344fda13fc37b94b6333de2935cc31421ef155a9923fbdadd
Contents?: true
Size: 164 Bytes
Versions: 4
Compression:
Stored size: 164 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
4 entries across 4 versions & 1 rubygems