wireframe / multitenant

making cross tenant data leaks a thing of the past.
http://blog.codecrate.com/2011/03/multitenant-locking-down-your-app-and.html
MIT License
164 stars 36 forks source link

Rails 3.1: Deprecation fix for #primary_key_name #6

Closed ledermann closed 13 years ago

ledermann commented 13 years ago

Small fix to remove the following deprecation warning with Rails 3.1

DEPRECATION WARNING: primary_key_name is deprecated and will be removed
from Rails 3.2 (use foreign_key instead)
wireframe commented 13 years ago

awesome.

Thanks!