pass paid value as hash, improve code reviews

This commit is contained in:
Rishabh Saxena 2016-07-08 20:24:56 +05:30
parent 8b03f1be74
commit 893f517ab0
7 changed files with 32 additions and 34 deletions

View file

@ -257,6 +257,8 @@ ActiveRecord::Schema.define(version: 20160624151257) do
t.decimal "amount", precision: 12, scale: 3
t.string "authorization_code"
t.integer "status", default: 0
t.integer "user_id"
t.integer "conference_id"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end