Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am amangale on github.
  • I am ashwinmangale (https://keybase.io/ashwinmangale) on keybase.
  • I have a public key ASDayVTRhYIjxDQPnpefMMTQsqQhHKloJJ6KClQMs7c05wo

To claim this, I am signing this object:

@amangale
amangale / gist:2d91c8dc4eb95a1fdf34363b83cf901d
Created August 19, 2019 08:47
Request response transcript with repo.CurrencyValue
http://localhost:4002/wallet/balance
{
"ETH": {
"confirmed": {
"amount": "988809859983430002",
"currency": {
"code": "ETH",
"currencyType": "crypto",
"divisibility": 18,
@amangale
amangale / event.rb
Created May 11, 2011 19:27 — forked from stengland/event.rb
Multi Param Atrributes for MongoMapper
class Event
include MongoMapper::Document
plugin MultiParameterAttributes
key :name, String, :required => true
key :start_date, Date, :required => true
key :start_time, Time, :required => true
end