Sha256: 4404c6fb192962f49f0fcb7e0d5c7012f998e87afcb501297a4b19598d0aef56
Contents?: true
Size: 781 Bytes
Versions: 2
Compression:
Stored size: 781 Bytes
Contents
module Refinery module Inquiries include ActiveSupport::Configurable config_accessor :show_contact_privacy_link config_accessor :show_phone_number_field config_accessor :show_placeholders config_accessor :send_notifications_for_inquiries_marked_as_spam config_accessor :from_name config_accessor :post_path, :page_path_new, :page_path_thank_you config_accessor :filter_spam self.show_contact_privacy_link = true self.show_phone_number_field = true self.show_placeholders = true self.send_notifications_for_inquiries_marked_as_spam = false self.from_name = "no-reply" self.post_path = "/contact" self.page_path_new = "/contact" self.page_path_thank_you = "/contact/thank_you" self.filter_spam = true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-inquiries-3.0.1 | lib/refinery/inquiries/configuration.rb |
refinerycms-inquiries-3.0.0 | lib/refinery/inquiries/configuration.rb |