mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Add a default parameter for Resolver#initialize
This commit is contained in:
@@ -4,7 +4,7 @@ require "action_view/template/template"
|
||||
module ActionView
|
||||
# Abstract superclass
|
||||
class Resolver
|
||||
def initialize(options)
|
||||
def initialize(options = {})
|
||||
@cache = options[:cache]
|
||||
@cached = {}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user