lib/pancake/stack/configuration.rb in pancake-0.1.28 vs lib/pancake/stack/configuration.rb in pancake-0.1.29
- old
+ new
@@ -33,10 +33,10 @@
def _router
@_router ||= begin
unless stack.nil?
r = stack.router.dup
r.configuration = self
- r.app = app
+ r.default(app)
r.configuration = self
r
end
end