A simple twilio app in rails and angular

application.html.haml 302B

12345678910111213
  1. !!!
  2. %html
  3. %head
  4. %title
  5. Scavenger Hunt Express
  6. = yield(:title)
  7. = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
  8. = javascript_include_tag 'application', 'data-turbolinks-track' => true
  9. = csrf_meta_tag
  10. = yield(:head)
  11. %body
  12. = yield