Sha256: 970b159f027f5f50795fe8e2fb075b426dbac4e4614f48a7799c3051ce16a9b4
Contents?: true
Size: 951 Bytes
Versions: 6
Compression:
Stored size: 951 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' # Set the css classes for the download categories table # # Default: config.download_categories_table_classes = 'table table-striped table-hover' # config.download_categories_table_classes = 'table table-striped table-hover' # Set the css classes for the downloads table # # Default: config.downloads_table_classes = 'table table-striped table-hover' # config.downloads_table_classes = 'table table-striped table-hover' # 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