diff options
author | Jorge Bejar <jorge@wyeworks.com> | 2015-08-11 14:26:35 -0300 |
---|---|---|
committer | Jorge Bejar <jorge@wyeworks.com> | 2015-12-09 10:53:46 -0300 |
commit | fa092512a00f6055326ae22e7b0d3218e8921a99 (patch) | |
tree | 4b509359ec4cffcaefa2b014a4a32381546c6d72 /railties | |
parent | 290a536d284d49eafebff6685fdf3b56746cbdb7 (diff) | |
download | rails-fa092512a00f6055326ae22e7b0d3218e8921a99.tar.gz rails-fa092512a00f6055326ae22e7b0d3218e8921a99.tar.bz2 rails-fa092512a00f6055326ae22e7b0d3218e8921a99.zip |
Adjust comment in development.rb template file for app generator
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt index 238f45251e..f91512b3af 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt @@ -27,9 +27,6 @@ Rails.application.configure do # Return error responses in the format requested by the client # or default to JSON format. - # This option is useful for Rails API only applications developers - # who prefer to render errors in the expected format instead of - # rendering a HTML page with debug info and web-console. config.debug_exception_response_format = :api <%- end -%> <%- unless options.skip_action_mailer? -%> |