Ups, bloody find & replace.
This commit is contained in:
parent
3e5f0f16eb
commit
70fdcae3cf
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
require_relative "template"
|
require_relative "template"
|
||||||
|
|
||||||
warn "~ TemplateFilter is deprecated, use TemplateFilter from now on."
|
warn "~ LayoutFilter is deprecated, use TemplateFilter from now on."
|
||||||
|
|
||||||
module Ace
|
module Ace
|
||||||
class TemplateFilter < TemplateFilter
|
class LayoutFilter < TemplateFilter
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue