Skip to content

Commit 5a1dbd8

Browse files
alexeylightitrpbaltazar
authored andcommitted
added gid to resources
1 parent 4453f95 commit 5a1dbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/app/resources/ros/application_resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ApplicationResource < JSONAPI::Resource
66
include Ros::UrlBuilder
77
include AssociationResource::ResourceHelper
88
abstract
9-
attributes :urn, :created_at, :updated_at
9+
attributes :urn, :created_at, :updated_at, :gid
1010

1111
def urn; @model.to_urn end
1212

0 commit comments

Comments
 (0)