Skip to content

Instantly share code, notes, and snippets.

@ismarsantos
Last active June 6, 2018 23:14
Show Gist options
  • Save ismarsantos/57b25c34c4de13b69f656b9de4a14d0e to your computer and use it in GitHub Desktop.
Save ismarsantos/57b25c34c4de13b69f656b9de4a14d0e to your computer and use it in GitHub Desktop.
Moeda em Rails migrações
Model:
create_table :products do |t|
...
t.decimal :price, :precision => 8, :scale => 2, :default => 0.0
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment