diff options
Diffstat (limited to 'lib/tasks/assets.rake')
-rw-r--r-- | lib/tasks/assets.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake index 5931aae61..e1102af33 100644 --- a/lib/tasks/assets.rake +++ b/lib/tasks/assets.rake @@ -14,7 +14,7 @@ namespace :assets do File.write(dest, html) end - render_static_page 'errors/500', layout: 'error', dest: Rails.root.join('public', 'assets', '500.html') + render_static_page 'errors/500', layout: 'error', dest: Rails.public_path.join('assets', '500.html') end end |