A corporation manager and dashboard for EVE Online
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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