== README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
$ bundle install --path vendor/bundle$ bundle exec rake secret上記のコマンドで生成した鍵を, config/secrets-example.yml 内の <SECRETKEY> と置換える. 置換えたら,以下のコマンドで config/secrets-example.yml を config/secrets.yml に変更.
$ mv config/secrets-example.yml config/secrets.yml$ git submodule init
$ git submodule updatePlease feel free to use a different markup language if you do not plan to run <tt>rake doc:app</tt>.