Procházet zdrojové kódy

Actually sort Conditions alphabetically by name

master
The Stranjer před 5 roky
rodič
revize
75b94f69fa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      shards_of_power.rb

+ 1
- 1
shards_of_power.rb Zobrazit soubor

@@ -94,7 +94,7 @@ class ShardsOfPower
@spells = Spell.spells
@conditions = Condition.conditions

@conditions.sort_by(&:name)
@conditions.sort_by!(&:name)

puts "Creating PDF object..."
@pdf = Prawn::Document.new(:margin => 0)


Načítá se…
Zrušit
Uložit