Last active
January 4, 2022 07:25
-
-
Save wdspkr/91fb8eda6d8cf6ed999dc3f353198249 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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