Add missing require for active_support/cache

https://github.com/rails/rails/pull/14667
pull/90/head
Thibaut 11 years ago
parent 1fc2e6424d
commit 07134dd144

@ -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')

Loading…
Cancel
Save