mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 05:53:14 -08:00
6 lines
213 B
Ruby
6 lines
213 B
Ruby
Rabl.configure do |config|
|
|
config.cache_all_output = true
|
|
config.cache_sources = !!Rails.env.production?
|
|
config.include_json_root = false
|
|
config.view_paths = [Rails.root.join('app/views')]
|
|
end
|