Explorar o código

Add missing require for active_support/cache

https://github.com/rails/rails/pull/14667
Thibaut %!s(int64=11) %!d(string=hai) anos
pai
achega
07134dd144
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/app.rb

+ 1 - 0
lib/app.rb

@@ -40,6 +40,7 @@ class App < Sinatra::Application
   configure :development do
     register Sinatra::Reloader
 
+    require 'active_support/per_thread_registry'
     require 'active_support/cache'
     sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets')