Sha256: c144c7d88727801ef81771d31c4e57bf13530f03d571e114acfd3461cfc8a8f4
Contents?: true
Size: 669 Bytes
Versions: 1
Compression:
Stored size: 669 Bytes
Contents
Synchronisable.configure do |config| # Logging configuration # # Default logger fallbacks to `Rails.logger` if available, otherwise # `STDOUT` will be used for output. # # config.logging = { # :logger => defined?(Rails) ? Rails.logger : Logger.new(STDOUT), # :verbose => true, # :colorize => true # } # If you want to restrict synchronized models. # By default it will try to sync all models that have # a `synchronisable` dsl instruction. # # config.models = %w(Foo Bar) # What to do with an associated import record # when its synchronisable is destroyed. Default is `:destroy`. # config.dependent_import = :destroy end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
synchronisable-1.2.0 | lib/generators/synchronisable/templates/initializer.rb |