From 1db8438d10cfe111963684e3158a2d2adda05849 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 22 May 2019 11:55:32 -0400 Subject: Remove compatibility module from docs [ci skip] This module exists to warn old users. I think we should remove it from the docs so we don't advertise it. --- actionpack/lib/action_controller/template_assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/template_assertions.rb b/actionpack/lib/action_controller/template_assertions.rb index dd83c1a283..ec44dbe157 100644 --- a/actionpack/lib/action_controller/template_assertions.rb +++ b/actionpack/lib/action_controller/template_assertions.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module ActionController - module TemplateAssertions + module TemplateAssertions # :nodoc: def assert_template(options = {}, message = nil) raise NoMethodError, "assert_template has been extracted to a gem. To continue using it, -- cgit v1.2.3