Sha256: fb4f5f674f8181eb45284a5e89a0b20cf53f1d51c1e23d6f60ca299d289ee535
Contents?: true
Size: 188 Bytes
Versions: 32
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true # SmtpSetting Model class SmtpSetting < ApplicationRecord belongs_to :setting validates_presence_of :address, :port, :domain_name, :email, :password end
Version data entries
32 entries across 31 versions & 1 rubygems