Sha256: 1671bf8e72288bb8aa23bae7a05b6ab4c024d507bf47998841b0e82938ec2202
Contents?: true
Size: 230 Bytes
Versions: 28
Compression:
Stored size: 230 Bytes
Contents
class InquirySetting < ActiveRecord::Base def self.confirmation_body find_or_create_by_name("Confirmation Body") end def self.notification_recipients find_or_create_by_name("Notification Recipients") end end
Version data entries
28 entries across 28 versions & 1 rubygems