1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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.
This commit is contained in:
Alan Wu 2019-05-22 11:55:32 -04:00
parent 3453c5d4c0
commit 1db8438d10

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module ActionController module ActionController
module TemplateAssertions module TemplateAssertions # :nodoc:
def assert_template(options = {}, message = nil) def assert_template(options = {}, message = nil)
raise NoMethodError, raise NoMethodError,
"assert_template has been extracted to a gem. To continue using it, "assert_template has been extracted to a gem. To continue using it,