== README
This is CFP App for RubyConf Taiwan 2016 contributed by members of 5xRuby.
###Necessary Program
- PostgreSQL 9.3+
- Redis (for Sidekiq / ActiveJob)
###Before Run:
- Setup database.yml
- cp config/application.yml.example config/application.yml
###Running Tests
- Create Test DB
- rake spec