1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 00:38:27 +09:00
whippy-edition/config/initializers/rabl_init.rb

7 lines
213 B
Ruby
Raw Normal View History

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