This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class AppDelegate | |
| def application(application, didFinishLaunchingWithOptions:launchOptions) | |
| # For unit testing the application | |
| return true if RUBYMOTION_ENV == 'test' | |
| # Get the frame for the window | |
| @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) | |
| # Load all the data from the API |