mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 06:59:01 +00:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
class UnitName < ActiveRecord::Base
|
|
|
|
# there are multiple units for each unit_name
|
|
has_many :units
|
|
end
|