aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api/v1/companies/show.rabl
blob: b2b064c54c36bbf395019b94e5cbd2d1619a8cf9 (plain)
1
2
3
4
5
6
object @company
extends "api/v1/trident_objects/show"

[ :name, :short_name, :organizational_unit, :operating_department_name, :code, :phone, :fax, :email, :registration_number].each do |attr|
  attributes attr, :unless => lambda { |m| m.send( attr).nil?}
end