Sha256: 96abb19cf60527b698a4bb02e8adbc824fcffb795c8cfc9abab062e2c1817438
Contents?: true
Size: 184 Bytes
Versions: 8
Compression:
Stored size: 184 Bytes
Contents
class Authentication < ActiveRecord::Base belongs_to :user def provider_name if provider == 'open_id' "OpenID" else provider.to_s.titleize end end end
Version data entries
8 entries across 8 versions & 1 rubygems