mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
shut this deprecation warning up for now
This commit is contained in:
@@ -165,8 +165,6 @@ module ActionView
|
||||
# name instead of the prefix.
|
||||
def normalize_name(name, prefixes) #:nodoc:
|
||||
name = name.to_s.sub(handlers_regexp) do |match|
|
||||
ActiveSupport::Deprecation.warn "Passing a template handler in the template name is deprecated. " \
|
||||
"You can simply remove the handler name or pass render :handlers => [:#{match[1..-1]}] instead.", caller
|
||||
""
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user