2016-03-07 12:42:33 +01:00
|
|
|
Rabl.configure do |config|
|
2016-03-26 13:42:10 +01:00
|
|
|
config.cache_all_output = true
|
|
|
|
config.cache_sources = !!Rails.env.production?
|
2016-03-07 12:42:33 +01:00
|
|
|
config.include_json_root = false
|
2016-03-26 13:42:10 +01:00
|
|
|
config.view_paths = [Rails.root.join('app/views')]
|
2016-03-07 12:42:33 +01:00
|
|
|
end
|