Configure the page cache

This commit is contained in:
Tom Hughes 2013-09-23 10:07:23 +01:00
parent 537cd6a52c
commit b0bc04abf1

View file

@ -0,0 +1,2 @@
# Set the page cache directory
Rails.application.config.action_controller.page_cache_directory = "#{Rails.root.to_s}/public"