Skip to content

Instantly share code, notes, and snippets.

View humphreybc's full-sized avatar

Benjamin Humphrey humphreybc

View GitHub Profile
@Dagnan
Dagnan / application.html.erb
Last active November 21, 2020 19:10 — forked from averyvery/application.rb
Inline CSS or JS in Rails 5
<!DOCTYPE html>
<html>
<head>
<%= inline_js 'application.js' %>
<%= inline_css 'application.css' %>
</head>
<body>
</body>
</html>