Remove unused constant `FileSystemResolver::EXTENSIONS`

Following up #42004
This commit is contained in:
Ricardo Díaz 2021-04-21 12:39:41 -05:00
parent 53a5fe4a27
commit 3af1551588
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ module ActionView
# A resolver that loads files from the filesystem.
class FileSystemResolver < Resolver
EXTENSIONS = { locale: ".", formats: ".", variants: "+", handlers: "." }
attr_reader :path
def initialize(path)