Skip to content

Instantly share code, notes, and snippets.

@9876691
Last active September 7, 2018 13:50
Show Gist options
  • Save 9876691/b03ef8209f2b38529c38a40dad2dd48a to your computer and use it in GitHub Desktop.
Save 9876691/b03ef8209f2b38529c38a40dad2dd48a to your computer and use it in GitHub Desktop.
class Bitcoins::Index < BrowserAction
get "/bitcoins" do
addresses = Array(Tuple(String, String, String)).new
render IndexPage, addresses: addresses, form: KeyPairForm.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment