4eba5fbc9c
Check rake rails:upgrade:check for next steps.
14 lines
201 B
Text
14 lines
201 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Foodsoft</title>
|
|
<%= stylesheet_link_tag :all %>
|
|
<%= javascript_include_tag :defaults %>
|
|
<%= csrf_meta_tag %>
|
|
</head>
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|