mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 21:43:15 -08:00
7 lines
244 B
Ruby
7 lines
244 B
Ruby
Rabl.configure do |config|
|
|
config.json_engine = Oj
|
|
config.cache_all_output = false
|
|
config.cache_sources = Rails.env.production?
|
|
config.include_json_root = false
|
|
config.view_paths = [Rails.root.join('app/views')]
|
|
end
|