We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f9e5e commit 7b773a8Copy full SHA for 7b773a8
app/lib/matestack/ui/core/has_view_context.rb
@@ -8,7 +8,7 @@ def method_missing(*args, &block)
8
if @view_context.respond_to? args.first
9
@view_context.send(*args, &block)
10
else
11
- super
+ raise NameError, "NameError: undefined method or local variable `#{args.first}' for #{self.class.name}"
12
end
13
14
-end
+end
0 commit comments