Sha256: ac65295b0b3a906a6cd568b5460862d10ff81dd38539a15a97f047e790dd1f6a
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true ActsAsFavoritor.configure do |config| # Specify your default scope. Learn more about scopes here: https://github.com/jonhue/acts_as_favoritor#scopes # config.default_scope = 'favorite' # Enable caching. Learn more about caching here: https://github.com/jonhue/acts_as_favoritor#caching # config.cache = false end
Version data entries
4 entries across 4 versions & 1 rubygems