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.

tools_helper.rb 200 B

12345678910
  1. module ToolsHelper
  2. TOOLS = [
  3. {:name => :campaigns},
  4. {:name => :recruitment},
  5. {:name => :stratmap},
  6. {:name => :tspsolver},
  7. {:name => :navyinfo},
  8. {:name => :combatsim}
  9. ]
  10. end