Sha256: 8781b07a8a3b6927cd2ae9ad2f5d34b5c0d769181364f20572e076a3c9f2b9a0
Contents?: true
Size: 543 Bytes
Versions: 70
Compression:
Stored size: 543 Bytes
Contents
RansackMemory::Core.config = { # This means the default Ransack param name for searching. You can change it param: :q, # This means how the key used to store the information to the session # will be stored. Currently it interpolates request parameters. # You can customize it and use these vars to build a key that fits your needs # # Available variables are: # controller_name # action_name # request_format # turbo_frame session_key_format: '%controller_name%_%action_name%_%request_format%_%turbo_frame%' }
Version data entries
70 entries across 70 versions & 1 rubygems