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.
@setup
1 parent 9b64050 commit 1fefd82Copy full SHA for 1fefd82
lib/grape/api.rb
@@ -40,7 +40,7 @@ def inherited(api)
40
# an instance that will be used to create the set up but will not be mounted
41
def initial_setup(base_instance_parent)
42
@instances = []
43
- @setup = Set.new
+ @setup = []
44
@base_parent = base_instance_parent
45
@base_instance = mount_instance
46
end
0 commit comments