Sha256: 66bc63d187459ef238ec336748b8685ed74d42d07bf08c39574b921275d47f18

Contents?: true

Size: 626 Bytes

Versions: 1

Compression:

Stored size: 626 Bytes

Contents

Ecm::Tags.configure do |config|
  # Set the base controller
  #
  # Default: config.base_controller = 'FrontendController'
  #
  config.base_controller = 'FrontendController'

  # Add a submit button to the tag search box.
  # 
  # Default: config.add_submit_button_to_search_box = true
  # 
  config.add_submit_button_to_search_box = true

  # Use exact search by default or not.
  # 
  # Default: config.tag_search_exact_default_value = false
  # 
  config.tag_search_exact_default_value = false


  # Specify the models to be tagged.
  # 
  # Default: config.taggable_models = %w()
  # 
  config.taggable_models = %w()
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecm_tags-2.0.2 lib/generators/ecm/tags/install/templates/initializer.rb