From 34a2e486d6ae9c72ea139d47cf32e023a17c0903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Mon, 12 Aug 2013 17:45:06 +0200 Subject: Describe BasicRendering shortly [ci skip] --- actionpack/lib/action_controller/metal/rendering.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionpack/lib/action_controller/metal') diff --git a/actionpack/lib/action_controller/metal/rendering.rb b/actionpack/lib/action_controller/metal/rendering.rb index d965cb8c16..d0095caa75 100644 --- a/actionpack/lib/action_controller/metal/rendering.rb +++ b/actionpack/lib/action_controller/metal/rendering.rb @@ -1,4 +1,8 @@ module ActionController + # Basic rendering implements the most minimal rendering layer. + # It only supports rendering :text and :nothing. Passing any other option will + # result in `UnsupportedOperationError` exception. For more functionality like + # different formats, layouts etc. you should use `ActionView` gem. module BasicRendering extend ActiveSupport::Concern -- cgit v1.2.3