Revert earlier fix due to new bug reports
This commit is contained in:
parent
d6cb4bbe99
commit
1fb3e8988b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
Rabl.configure do |config|
|
||||
config.cache_all_output = false
|
||||
config.cache_sources = !!Rails.env.production?
|
||||
config.cache_sources = Rails.env.production?
|
||||
config.include_json_root = false
|
||||
config.view_paths = [Rails.root.join('app/views')]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue