Skip to content

Instantly share code, notes, and snippets.

@wdspkr
Last active January 4, 2022 07:25
Show Gist options
  • Save wdspkr/91fb8eda6d8cf6ed999dc3f353198249 to your computer and use it in GitHub Desktop.
Save wdspkr/91fb8eda6d8cf6ed999dc3f353198249 to your computer and use it in GitHub Desktop.
class Interest < ActiveRecord::Base
validates :account_id, :amount, :rate, presence: true
belongs_to :account
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment