Generated as mountable Rails Engine

This commit is contained in:
domaindrivendev
2015-01-12 11:10:33 -08:00
parent 87f764ead0
commit e4da21b9c5
60 changed files with 908 additions and 31 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>SwaggerRails</title>
<%= stylesheet_link_tag "swagger_rails/application", media: "all" %>
<%= javascript_include_tag "swagger_rails/application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>