Sha256: 22fb127f6790ed654e069a523e581908f7991219e2cb43be2f32cd0624392aa1

Contents?: true

Size: 275 Bytes

Versions: 10

Compression:

Stored size: 275 Bytes

Contents

module TestApp
  class Application < Rails::Application
    # Ensuring that ActiveStorage routes are loaded before Comfy's globbing
    # route. Without this file serving routes are inaccessible.
    config.railties_order = [ActiveStorage::Engine, :main_app, :all]
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-2.0.9 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.8 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.7 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.6 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.5 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.4 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.3 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.2 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.1 test/fixtures/generators/cms/application.rb
comfortable_mexican_sofa-2.0.0 test/fixtures/generators/cms/application.rb