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.7.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.7.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.6.2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.6.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.6.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.5.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.5.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.5.0.rc1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.4.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.4.0.rc3 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.4.0.rc2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.3.2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.4.0.rc1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.3.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.3.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.2.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.2.0 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.1.2 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.1.1 app/models/wcc/contentful/app/contact_form_submission.rb
wcc-contentful-app-1.1.0 app/models/wcc/contentful/app/contact_form_submission.rb