A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

15 行
485 B

  1. # Be sure to restart your server when you modify this file.
  2. # This file contains settings for ActionController::ParamsWrapper which
  3. # is enabled by default.
  4. # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
  5. ActiveSupport.on_load(:action_controller) do
  6. wrap_parameters format: [:json]
  7. end
  8. # To enable root element in JSON for ActiveRecord objects.
  9. # ActiveSupport.on_load(:active_record) do
  10. # self.include_root_in_json = true
  11. # end