Created
March 2, 2021 17:42
-
-
Save jb08/bf7ee911d1599cd04d4fe61c53601216 to your computer and use it in GitHub Desktop.
models.rb
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 Account < ActiveRecord::Base | |
regional_replicable | |
... | |
end | |
class Candidate < ActiveRecord::Base | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment