A corporation manager and dashboard for EVE Online
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

user.rb 140 B

123456789
  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