method

exempt_from_layout

rails latest stable - Class: ActionController::Base::DeprecatedBehavior

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

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