summary refs log tree commit diff stats
path: root/data/maps/the_hive/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_hive/connections.txtpb')
0 files changed, 0 insertions, 0 deletions
/pre>
10




                                                              

                                    

                 
   
class User < ApplicationRecord
  # Include default devise modules. Others available are:
  # :confirmable, :lockable, :timeoutable and :omniauthable
  devise :database_authenticatable,
         :recoverable, :rememberable, :trackable, :validatable

  has_secure_token :pokeviewer_token

  has_many :blogs
end