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
1 changed files with 1 additions and 1 deletions

View File

@ -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,