I hereby claim:
- I am jni- on github.
- I am jniviens (https://keybase.io/jniviens) on keybase.
- I have a public key whose fingerprint is C0F5 8A48 1B8B 42EB E1CC 4046 59C4 5EDB 3C7F 1B48
To claim this, I am signing this object:
| if(user.hasId(id)) { ... } |
| if(user.getId() == id) { ... } |
I hereby claim:
To claim this, I am signing this object:
| # inside app/models/person.rb | |
| class Person < ActiveRecord::Base | |
| validates :age, presence: true | |
| include PersonModel | |
| end | |
| # inside lib/domain/person_model.rb | |
| module PersonModel |