- form
<%= form_for [@question, @answer], remote: true do |f| %>
<div>
<%= f.text_area :body %>
</div>
<%= f.submit %>
https://facebook.github.io/react/downloads.html
download the starter kit and use the following files from the zip react.js react-dom.js
need "Babel" library to convert React to javascript https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.js
rails g model reward campaign:references title amount:integer
rake db:migrate
has_many :rewards, dependent: :destroy
# this enables us to create associated rewards models at the same time we're