lib/generators/avo/templates/initializer/avo.tt in avo-3.14.0 vs lib/generators/avo/templates/initializer/avo.tt in avo-3.14.1
- old
+ new
@@ -66,9 +66,12 @@
## == Number of search results to display ==
# config.search_results_count = 8
+ ## == Associations lookup list limit ==
+ # config.associations_lookup_list_limit = 1000
+
## == Cache options ==
## Provide a lambda to customize the cache store used by Avo.
## We compute the cache store by default, this is NOT the default, just an example.
# config.cache_store = -> {
# ActiveSupport::Cache.lookup_store(:solid_cache_store)