aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/api/v1/networks/show.rabl
blob: ae5915da2c72a59c626018cea94b85ac16d99c14 (plain)
1
2
3
4
5
6
7
object @network
extends "api/v1/trident_objects/show"

[ :version_date, :description, :name, :registration_number, :source_name,
  :source_type, :source_identifier, :comment].each do |attr|
  attributes attr, :unless => lambda { |m| m.send( attr).nil?}
end