Skip to content

Instantly share code, notes, and snippets.

@romulostorel
Created July 25, 2013 20:02
Show Gist options
  • Save romulostorel/6083225 to your computer and use it in GitHub Desktop.
Save romulostorel/6083225 to your computer and use it in GitHub Desktop.
=
let(:pledge) {
Pledge.make!(:empenho,
:amount => 100.00,
:descriptor => current_descriptor
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment