diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-08-13 11:19:31 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-08-14 13:21:43 +0200 |
commit | ecf2856c9b40d15ccec9b5835bdb70295e41a3e6 (patch) | |
tree | 03e2baee7f35fb69d564dc13749fa5434c4d910a | |
parent | Improve coverage of Question model (diff) | |
download | recruiting-webapp-ecf2856c9b40d15ccec9b5835bdb70295e41a3e6.tar.gz recruiting-webapp-ecf2856c9b40d15ccec9b5835bdb70295e41a3e6.tar.bz2 recruiting-webapp-ecf2856c9b40d15ccec9b5835bdb70295e41a3e6.zip |
Git ignore generated documentation for app. Short description of app.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | doc/README_FOR_APP | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -8,3 +8,4 @@ app/views/taglibs/auto config/database.yml config/config.yml tmp +doc/app diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP index fe41f5c..9f9fde6 100644 --- a/doc/README_FOR_APP +++ b/doc/README_FOR_APP @@ -1,2 +1,2 @@ -Use this README file to introduce your application and point to useful places in the API for learning more. -Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. +This is web application made to help Gentoo Recruiters team do their job. +It's based on Hobo frame work. For installation see README file. |