Sha256: c1b57697b98fc367f05f116ff327cdf77958199510f590363afcb04dd7b688c9

Contents?: true

Size: 341 Bytes

Versions: 3

Compression:

Stored size: 341 Bytes

Contents

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

3 entries across 2 versions & 1 rubygems

Version Path
acts_as_favoritor-2.0.1 lib/generators/templates/initializer.rb
acts_as_favoritor-2.0.0 lib/generators/templates/initializer.rb
acts_as_favoritor-2.0.0 test/dummy30/config/initializers/acts_as_favoritor.rb