tab/app/models/user.rb
2015-09-08 11:44:07 +02:00

4 lines
108 B
Ruby

class User < ActiveRecord::Base
devise :timeoutable, :omniauthable, :omniauth_providers => [:zeuswpi]
end