Revert earlier fix due to new bug reports
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user