spec/command-reference-files/initial/config/lanes.rb in lanes-0.1.8 vs spec/command-reference-files/initial/config/lanes.rb in lanes-0.1.9

- old
+ new

@@ -1,7 +1,10 @@ # This file will be loaded if the current extension is the # one controlling Lanes. # # It will not be evaluated if another extension is loading this one Lanes.configure do | config | - config.root_view = "AppyApp.Screens.Base" + # You can specify a different initial vew by setting it here + # It must be set if the "Workspace" extension is disabled in + # lib/appy-app/extension.rb + # config.root_view = "AppyApp.Screens.<View Name>" end