Sha256: be76acc223eb6112007fafdcfea7b67cd2055cc8046b8eaa3ee9991ccfceb502
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true class Area < ApplicationRecord has_many :organizations global_registry_bindings include_all_columns: false, extra_fields: { area_name: :string, area_code: :string, is_active: :boolean } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
global-registry-bindings-0.1.2 | spec/internal/app/models/area.rb |