Sha256: 496cf5a9423f8ffc5c542a316a4ad20f9fa30a38308687508666c06dea914f6b
Contents?: true
Size: 275 Bytes
Versions: 33
Compression:
Stored size: 275 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- class Fruit < ApplicationRecord DEFAULT_OPTIONS = [ "Mango", "Apple", "Orange", "Watermelon" ].freeze has_many :users, dependent: :restrict_with_exception end
Version data entries
33 entries across 33 versions & 1 rubygems