aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2019-05-22 11:55:32 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2019-05-22 11:58:14 -0400
commit1db8438d10cfe111963684e3158a2d2adda05849 (patch)
tree988f6dd19eff60ac95274d99d06a60ccee433b53 /actionpack
parent3453c5d4c0b54fc2a117a09ff4d5964110f5fbe8 (diff)
downloadrails-1db8438d10cfe111963684e3158a2d2adda05849.tar.gz
rails-1db8438d10cfe111963684e3158a2d2adda05849.tar.bz2
rails-1db8438d10cfe111963684e3158a2d2adda05849.zip
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.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/template_assertions.rb2
1 files changed, 1 insertions, 1 deletions
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,