A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 rivejä
140 B

  1. # require 'calefaction/api/eveonline'
  2. class User < ActiveRecord::Base
  3. has_secure_password
  4. def member_of?(corp_id)
  5. false
  6. end
  7. end