Sha256: c0a8567cc904e7e2a8ae18b87d09e66b188d0687763aea4cb93fd910fcf9a6b3
Contents?: true
Size: 181 Bytes
Versions: 7
Compression:
Stored size: 181 Bytes
Contents
# frozen_string_literal: true class Widget < ApplicationRecord belongs_to :user validates_associated :user if DEVISE_ORM == :mongoid field :name, type: String end end
Version data entries
7 entries across 7 versions & 1 rubygems