hamstar / legislat0r

An open source system for crowdsourcing creation and analysis of legislature
9 stars 1 forks source link

Make User model #58

Open jonlaing opened 12 years ago

jonlaing commented 12 years ago

I usually use Devise to do my authentication for me, since it takes a lot of the repetition out of doing authentication. It's highly flexible and does a lot of the work for us. Open source is always a good thing too, haha.

Anyone have an objection to me setting this up?

jonlaing commented 12 years ago

Okay, well I'm going to assume since I've seen no objection thus far, that no one has a problem with this. I guess if someone has a problem with the implementation, they can speak up at the pull request. Devise is used pretty widely, though, so I don't think there will be a problem.