diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/metal/rendering.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/rendering.rb b/actionpack/lib/action_controller/metal/rendering.rb index 2fd73c3d64..21224b9c3b 100644 --- a/actionpack/lib/action_controller/metal/rendering.rb +++ b/actionpack/lib/action_controller/metal/rendering.rb @@ -26,8 +26,7 @@ module ActionController class UnsupportedOperationError < StandardError def initialize - super "Unsupported render operation. BasicRendering supports only :text - and :nothing options. For more, you need to include ActionView." + super "Unsupported render operation. BasicRendering supports only :text and :nothing options. For more, you need to include ActionView." end end end |