From 0bd468b28fac3ae098d13f0d9a6a31a3cd3cbba6 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 28 Feb 2013 19:39:42 -0500 Subject: [PATCH] added newline to readme --- README.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rdoc b/README.rdoc index 3ae20000..f0125e40 100644 --- a/README.rdoc +++ b/README.rdoc @@ -5,6 +5,7 @@ Here are the important folders/files: config/database.yml: This file is your database configuration. If it doesn't exist, copy it from config/database.yml.default and then get it set up. config/database.yml is in .gitignore app/assets/javascripts/application.js: Global Javascript + app/assets/javascripts/Jit/*: These files handle all code that uses the Javascript Infovis Toolkit, so realistically, most code for laying stuff out is in here. app/assets/controllers/*: These files define actions you can do on the different database objects. So for instance, what happens when you edit a Synapse? Check in app/assets/controllers/synapse_controller.rb, in the edit block