lib/hanami/config/actions.rb in hanami-2.1.0 vs lib/hanami/config/actions.rb in hanami-2.2.0.beta1
- old
+ new
@@ -157,10 +157,10 @@
else
super
end
end
- def respond_to_missing?(name, _incude_all = false)
+ def respond_to_missing?(name, _include_all = false)
config.respond_to?(name) || base_config.respond_to?(name) || super
end
end
end
end