diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-02-25 11:13:42 +0100 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-02-25 11:13:42 +0100 |
commit | 46cb45df485d6f4d67a8e448a142bcab47fc0f2a (patch) | |
tree | 5818cf60a3c281159a82da5123791110f0aee346 /actionpack | |
parent | 6b3176170a35cbd20c8599c31fc5cbe46e02562c (diff) | |
download | rails-46cb45df485d6f4d67a8e448a142bcab47fc0f2a.tar.gz rails-46cb45df485d6f4d67a8e448a142bcab47fc0f2a.tar.bz2 rails-46cb45df485d6f4d67a8e448a142bcab47fc0f2a.zip |
Additional review of 6b31761.
* Fixes typos in error message and release notes.
* Removes unused template test file.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/metal/implicit_render.rb | 2 | ||||
-rw-r--r-- | actionpack/test/fixtures/implicit_render_test/some_action_2.html+zomg.erb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/implicit_render.rb b/actionpack/lib/action_controller/metal/implicit_render.rb index 1f0179a287..6b540d42c7 100644 --- a/actionpack/lib/action_controller/metal/implicit_render.rb +++ b/actionpack/lib/action_controller/metal/implicit_render.rb @@ -37,7 +37,7 @@ module ActionController if template_exists?(action_name.to_s, _prefixes, variants: request.variant) render(*args) elsif any_templates?(action_name.to_s, _prefixes) - message = "#{self.class.name}\##{action_name} does not know how to repond " \ + message = "#{self.class.name}\##{action_name} does not know how to respond " \ "to this request. There are other templates available for this controller " \ "action but none of them were suitable for this request.\n\n" \ "This usually happens when the client requested an unsupported format " \ diff --git a/actionpack/test/fixtures/implicit_render_test/some_action_2.html+zomg.erb b/actionpack/test/fixtures/implicit_render_test/some_action_2.html+zomg.erb deleted file mode 100644 index 7d8187321c..0000000000 --- a/actionpack/test/fixtures/implicit_render_test/some_action_2.html+zomg.erb +++ /dev/null @@ -1 +0,0 @@ -zomg |