Guest User

Untitled

a guest
Jun 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Invoice < ApplicationRecord
  2. include JsonModel::Attribute
  3.  
  4. json_attribute :payment, Payment
  5. validates_associated :payment
  6. end
Add Comment
Please, Sign In to add comment