Sha256: 2edcdbb3987c1cc1681942923a7c99d4d661f683da94263273a470bcafb1096f
Contents?: true
Size: 232 Bytes
Versions: 32
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module WCC::Contentful::App if defined?(::ActiveRecord) class ContactFormSubmission < ::ActiveRecord::Base self.table_name = 'wcc_contentful_app_contact_form_submissions' end end end
Version data entries
32 entries across 32 versions & 1 rubygems