Guest User

Untitled

a guest
Aug 23rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. doctype html
  2. html
  3. head
  4. title My App
  5. meta name="viewport" content="width=device-width, initial-scale=1.0"
  6. = stylesheet_link_tag "application", media: 'all', 'data-turbolinks-track' => true
  7. = javascript_include_tag "application", 'data-turbolinks-track' => true
  8. = csrf_meta_tags
  9.  
  10. body
  11. = yield
Add Comment
Please, Sign In to add comment