From fa46014f2a3103a9701a22db43efd9028eccc0ff Mon Sep 17 00:00:00 2001 From: RICHARD STALLMANS RIDER Date: Sat, 13 Apr 2013 23:48:31 -0700 Subject: [PATCH] Dialog on production quality --- FervosityApp/ECViewController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/FervosityApp/ECViewController.m b/FervosityApp/ECViewController.m index fd83362..af470c5 100644 --- a/FervosityApp/ECViewController.m +++ b/FervosityApp/ECViewController.m @@ -36,7 +36,8 @@ -(IBAction)submitPrayer { } -(void)pray:(NSString*)prayerText { - + // This is where the rubber meets the road. We need a module here that can take the prayer request text + // and turn vaporware into self-aware. } @end