Sha256: 06de4bfff9c237c6b7f470badb72db7c9f41be05a0ec4f09929e34e87135fc9f
Contents?: true
Size: 218 Bytes
Versions: 9
Compression:
Stored size: 218 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- class Address < ApplicationRecord belongs_to :user belongs_to :country delegate :name, to: :country, prefix: true end
Version data entries
9 entries across 9 versions & 1 rubygems