Sha256: b8083440ec88d90c4bbf20a4d172506c94e55a260bf1b3474dec6c34b6de39bf
Contents?: true
Size: 509 Bytes
Versions: 6
Compression:
Stored size: 509 Bytes
Contents
Ecm::Downloads.configure do |config| # Paperclip options # # default: config.paperclip_options = { # } config.paperclip_options = { } # Set the base controller for the contact form # # Default: config.base_controller = 'ApplicationController' # config.base_controller = 'ApplicationController' # Adds <notextile> tags around the to fix html output. # # Default: config.prevent_textile_rendering_in_html = true # config.prevent_textile_rendering_in_html = true end
Version data entries
6 entries across 6 versions & 1 rubygems