jrallison / authlogic_oauth

Authlogic OAuth is an extension of the Authlogic library to add OAuth support. OAuth can be used to allow users to login with their Twitter credentials.
authlogic-oauth.heroku.com
MIT License
165 stars 25 forks source link

Override error message for oauth_token uniqueness validation #6

Open kostya1241 opened 14 years ago

kostya1241 commented 14 years ago

Is it possible to override the validation error message for oauth_token uniqueness?

I'm looking for a method like "merge_validates_uniqueness_of_oauth_token_field_options".

Thanks.