diff --git a/flask_restplus_patched/resource.py b/flask_restplus_patched/resource.py index f84af055..bdf3016d 100644 --- a/flask_restplus_patched/resource.py +++ b/flask_restplus_patched/resource.py @@ -59,7 +59,7 @@ def options(self, *args, **kwargs): # and over again method_func.__dict__['_cached_fake_method_func'] = fake_method_func else: - fake_method_func = method._cached_fake_method_func + fake_method_func = method_func._cached_fake_method_func try: fake_method_func(self, *args, **kwargs)