README.markdown in ask-0.1.0 vs README.markdown in ask-0.1.1
- old
+ new
@@ -13,9 +13,11 @@
gem 'ask'
In your terminal run:
bundle
+ rake ask_engine:install:migrations
+ rake db:migrate
Usage
-----
Ask needs to be tied to two models in your application: an "asker" and an "answerer". The asker model should be the model that has questions, such as a Survey or Event. The answerer model should be the model that has answers to the questions such as a SurveySubmission or an EventRegistration.