public_primary_key 0.1.0
It's often advantageous to use integer primary keys, but it may be disadvantageous to expose the size of your database to open internet. This gem makes it easy to continue using an integer primary key internally in your code, while displaying a more obscure public primary key that does not give clues to the size of your database to your users.
Gemfile:
=
install:
=
Versions:
- 0.1.0 June 10, 2017 (9.5 KB)
Runtime Dependencies (1):
activerecord
> 4.0