A corporation manager and dashboard for EVE Online
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

tools_helper.rb 88 B

123456
  1. module ToolsHelper
  2. def get_description
  3. AdminSetting.get('description')
  4. end
  5. end