tab/app/models/user.rb

4 lines
108 B
Ruby
Raw Normal View History

2015-09-08 09:30:11 +00:00
class User < ActiveRecord::Base
2015-09-08 09:44:07 +00:00
devise :timeoutable, :omniauthable, :omniauth_providers => [:zeuswpi]
2015-09-08 09:30:11 +00:00
end