Skip to content

Instantly share code, notes, and snippets.

@rishavs
Created June 28, 2018 20:02
Show Gist options
  • Save rishavs/d3f02c4ff0e1f00ff33df3cf24f7bb6a to your computer and use it in GitHub Desktop.
Save rishavs/d3f02c4ff0e1f00ff33df3cf24f7bb6a to your computer and use it in GitHub Desktop.
module Cove::Views
def self.home
html = <<-HTML
<h1>THIS IS HOME</h1>
HTML
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment