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 33af782 commit c164286Copy full SHA for c164286
lib/goliath/api.rb
@@ -27,7 +27,7 @@ class << self
27
#
28
# In case of further subclassing, the very last class encountered is used.
29
definherited(subclass)
30
-Goliath::Application.app_class=subclass.name
+Goliath::Application.app_class=subclass.nameifdefined?(Goliath::Application)
31
end
32
33
# Retrieves the middlewares defined by this API server
0 commit comments