Skip to content

Instantly share code, notes, and snippets.

@anchietajunior
Created January 23, 2018 14:51
Show Gist options
  • Save anchietajunior/64b28b2a0673050dd4db5e42deabbdc1 to your computer and use it in GitHub Desktop.
Save anchietajunior/64b28b2a0673050dd4db5e42deabbdc1 to your computer and use it in GitHub Desktop.
class ServiceInvoice < ApplicationRecord
belongs_to :payment
validates :payment, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment