mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-20 17:59:04 -08:00
6 lines
212 B
Ruby
6 lines
212 B
Ruby
Rabl.configure do |config|
|
|
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
|