Files
ProMotion/app/app_delegate.rb
Jamon Holmgren 4119d8d037 Tests passing
2014-05-10 15:33:22 -07:00

8 lines
120 B
Ruby

class AppDelegate < ProMotion::Delegate
def on_load(app, options)
open BasicScreen.new(nav_bar: true)
end
end