public
Description: Journaling / Blogging Application
Homepage: http://deluuxjournal.heroku.com
Clone URL: git://github.com/notphil/deluuxjournal.git
Search Repo:
APP_ID corrected
notphil (author)
Tue May 20 03:26:45 -0700 2008
commit  39f167d9f6f01d1e8bfd6b2213fc4cb139d2a858
tree    473d4e9afcb44a7bdafaea2e474554f25e4e9998
parent  302466544196b25e17b8fbb34e2d01dd85a6150f
...
17
18
19
20
 
21
22
...
17
18
19
 
20
21
22
0
@@ -17,6 +17,6 @@ config.action_view.cache_template_extensions = false
0
 # Don't care if the mailer can't send
0
 config.action_mailer.raise_delivery_errors = false
0
 
0
-APP_ID = 6
0
+APP_ID = 10
0
 DELUUX_LOC = "http://deluux.com/"
0
 
...
17
18
19
20
21
22
 
 
...
17
18
19
 
 
20
21
22
0
@@ -17,5 +17,5 @@ config.action_controller.perform_caching = true
0
 # Disable delivery errors, bad email addresses will be ignored
0
 # config.action_mailer.raise_delivery_errors = false
0
 
0
-APP_ID = 6
0
-DELUUX_LOC = "http://deluux.com/"
0
\ No newline at end of file
0
+APP_ID = 10
0
+DELUUX_LOC = "http://deluux.com/"

Comments

    No one has commented yet.