You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
213 B

  1. Rabl.configure do |config|
  2. config.cache_all_output = true
  3. config.cache_sources = !!Rails.env.production?
  4. config.include_json_root = false
  5. config.view_paths = [Rails.root.join('app/views')]
  6. end