We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6113b5a + b42a949 commit d196da2Copy full SHA for d196da2
lib/render_anywhere/rendering_controller.rb
@@ -31,6 +31,7 @@ def initialize(*args)
31
config.javascripts_dir = Rails.root.join('public', 'javascripts')
32
config.stylesheets_dir = Rails.root.join('public', 'stylesheets')
33
config.assets_dir = Rails.root.join('public')
34
+ config.cache_store = ActionController::Base.cache_store
35
36
# same asset host as the controllers
37
self.asset_host = ActionController::Base.asset_host
0 commit comments