Sha256: 53260c81efbd6abaf4052b7d397cd74b58955275de6e8dbcd326446f3f3179fd
Contents?: true
Size: 643 Bytes
Versions: 48
Compression:
Stored size: 643 Bytes
Contents
Cmor::Tags.configure do |config| # Set the base controller # # Default: config.base_controller = '::ApplicationController' # config.base_controller = '::ApplicationController' # 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_class_names = %w() # config.taggable_class_names = %w() end
Version data entries
48 entries across 48 versions & 1 rubygems