Skip to content

Instantly share code, notes, and snippets.

@rishavs
Created June 28, 2018 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishavs/a6d8cc061e54ff6d1cde87fc03bc2988 to your computer and use it in GitHub Desktop.
Save rishavs/a6d8cc061e54ff6d1cde87fc03bc2988 to your computer and use it in GitHub Desktop.
module Cove::Views
def self.js
html = <<-HTML
<script>
console.log("Hallo from the Cove")
</script>
HTML
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment