File: active_storage.rb

package info (click to toggle)
ruby-combustion 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ruby: 628; makefile: 9; sh: 6
file content (9 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class Combustion::Configurations::ActiveStorage
  def self.call(config)
    return unless defined?(ActiveStorage::Engine)

    config.active_storage.service = :test
  end
end