##// END OF EJS Templates
Merged r13184 from trunk to 2.4-stable (#13932)...
Merged r13184 from trunk to 2.4-stable (#13932) Fix file upload does not work with Safari. Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@13189 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10453:d62b90db7327
r12914:e23a546f59d7
Show More
index.api.rsb
9 lines | 249 B | text/plain | TextLexer
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