Commit e34eddb1
Changed files (2)
app
models
views
shared
app/models/authentication.rb
@@ -1,11 +0,0 @@
-class Authentication < ActiveRecord::Base
- belongs_to :user
-
- def provider_name
- if provider == 'open_id'
- "OpenID"
- else
- provider.titleize
- end
- end
-end