module ActionController::Base::DeprecatedBehavior
def exempt_from_layout(*)
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