raw1z / amistad

Adds friendships management into a rails application
http://github.com/raw1z/amistad
MIT License
185 stars 71 forks source link

Profile model vs User model #20

Closed Abacaxi-Nelson closed 12 years ago

Abacaxi-Nelson commented 12 years ago

Hello,

Is it possible to handle friendship relations through a Profile model instead of a user model ?

Thanks,

raw1z commented 12 years ago

For now no. But the feature will be included in the next release coming very soon.

Rawane ZOSSOU Sent with Sparrow (http://bit.ly/sigsprw)

Le vendredi 24 février 2012 à 15:31, tugal a écrit :

Hello,

Is it possible to handle friendship relations throught a Profile model instead of a user model ?

Thanks,


Reply to this email directly or view it on GitHub: https://github.com/raw1z/amistad/issues/20

raw1z commented 12 years ago

it is now possible to use custom models with amistad. Until the new version is release, you can test it by adding this line of code in your gemfile:

gem 'amistad', :git => 'git://github.com/raw1z/amistad.git'

Abacaxi-Nelson commented 12 years ago

Thanks a lot ... Le 6 mars 2012 21:00, "Rawane ZOSSOU" < reply@reply.github.com> a crit :

it is now possible to use custom models with amistad. Until the new version is release, you can test it by adding this line of code in your gemfile:

gem 'amistad', :git => 'git://github.com/raw1z/amistad.git'


Reply to this email directly or view it on GitHub: https://github.com/raw1z/amistad/issues/20#issuecomment-4351808