/attendance

TimeSlots, Attendances, Trials, etc.

Primary LanguageRuby

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

A rake task is required to run periodically in order to keep in sync contact names with the contacts webservice.

it can be run by executing “rake synchronize”

  • ..

Please feel free to use a different markup language if you do not plan to run rake doc:app.

Documentation

For ws API run

./script/build_api_documentation.sh

For code documentation run

bundle exec yard

.