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

Version Path
wcc-contentful-app-1.0.8 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.7 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.6 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.5 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.4 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.3 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.0.pre.rc3 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.0.pre.rc2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.0.0.pre.rc1 app/models/wcc/contentful/app/contact_form_submission.rb