Sha256: a91af28a40d9dbddf636d4d7076a686a4c26753e735e29d8ab2d1595ffe6de6a
Contents?: true
Size: 276 Bytes
Versions: 6
Compression:
Stored size: 276 Bytes
Contents
spec_path = File.join(Rails.root, "spec", "javascripts") test_path = File.join(Rails.root, "test", "javascripts") Rails.application.config.assets.paths << spec_path if FileTest.exists? spec_path Rails.application.config.assets.paths << test_path if FileTest.exists? test_path
Version data entries
6 entries across 6 versions & 2 rubygems