Sha256: a58604d2d991dcbbf5fff851701cb863146926689ee452e09cee71c0e11d6b86
Contents?: true
Size: 530 Bytes
Versions: 12
Compression:
Stored size: 530 Bytes
Contents
module Spud module Inquiries include ActiveSupport::Configurable config_accessor :default_contact_form,:enable_routes,:mail_delivery_format,:base_layout,:from_address,:enable_sitemap,:enable_action_caching, :automount self.enable_routes = true self.automount = true self.default_contact_form = "contact" self.base_layout = "application" self.mail_delivery_format = :html self.from_address = "no-reply@example.org" self.enable_sitemap = true self.enable_action_caching = false end end
Version data entries
12 entries across 12 versions & 2 rubygems