Sha256: 3845c6a4ad57ae31f2b3ba5447faaca893c4de57573e9fd2e31a323222b66c39
Contents?: true
Size: 663 Bytes
Versions: 55
Compression:
Stored size: 663 Bytes
Contents
Cmor::Tags.configure do |config| # Set the base controller # # Default: config.base_controller = '<%= base_controller_class_name %>' # config.base_controller = '<%= base_controller_class_name %>' # 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
55 entries across 55 versions & 1 rubygems