rails version 4.2.5
ruby version 2.1.5p273 (2014-11-13 revision 48405)
tutorial suggest rails v is 4.2.0
here the app/views/layouts/application.html.erb
<!DOCTYPE html>
<html>
<head>
<title>ToyApp</title>
<%= stylesheet_link_tag 'application', media: 'all',
'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>
Kindly regards
Willy Wang
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CANqk4vhoempj_EFBZfeTDeGMyk56BtTww_tEZuanLreorzPjJA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment