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

10 行
137 B

  1. class AdminController < ApplicationController
  2. def index
  3. end
  4. def update
  5. # respond to form data...
  6. render 'index'
  7. end
  8. end