app/concepts/bloom_remit/txns/contracts/create.rb in bloom_remit-0.0.1 vs app/concepts/bloom_remit/txns/contracts/create.rb in bloom_remit-0.1.0
- old
+ new
@@ -1,16 +1,18 @@
module BloomRemit
module Txns
module Contracts
class Create < Reform::Form
- property :recipient_type
- property :recipient_id
+ model ::BloomRemit::Txn
property :sender_type
property :sender_id
property :amount
property :account_name
property :account_id
+ property :target_slug
+ property :owner_id
+ property :owner_type
end
end
end
end