We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1644d commit 3bee4d5Copy full SHA for 3bee4d5
lib/handlebars_assets/config.rb
@@ -70,6 +70,7 @@ def template_namespace
70
def generate_known_helpers_hash
71
known_helpers.inject({}) do |hash, helper|
72
hash[helper] = true
73
+ hash
74
end
75
76
0 commit comments