method

exempt_from_layout

exempt_from_layout(*)
public

No documentation available.

# File actionpack/lib/action_controller/deprecated/base.rb, line 132
      def exempt_from_layout(*)
        ActiveSupport::Deprecation.warn "exempt_from_layout is no longer needed, because layouts in Rails 3 " \
          "are restricted to the content-type of the template that was rendered.", caller
      end