mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 06:46:01 +01:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
|
api.array @klass.name.underscore.pluralize do
|
||
|
|
@enumerations.each do |enumeration|
|
||
|
|
api.__send__ @klass.name.underscore do
|
||
|
|
api.id enumeration.id
|
||
|
|
api.name enumeration.name
|
||
|
|
api.is_default enumeration.is_default
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|