Sha256: cd30058c2498fd9a68c14f24959e5aa397f21fb413731bcca73bfc712ecd7ed6

Contents?: true

Size: 774 Bytes

Versions: 2

Compression:

Stored size: 774 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'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_downloads2-1.1.1 lib/generators/ecm/downloads/install/templates/ecm_downloads.rb
ecm_downloads2-1.1.0 lib/generators/ecm/downloads/install/templates/ecm_downloads.rb