We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4453f95 commit 5a1dbd8Copy full SHA for 5a1dbd8
lib/core/app/resources/ros/application_resource.rb
@@ -6,7 +6,7 @@ class ApplicationResource < JSONAPI::Resource
6
include Ros::UrlBuilder
7
include AssociationResource::ResourceHelper
8
abstract
9
- attributes :urn, :created_at, :updated_at
+ attributes :urn, :created_at, :updated_at, :gid
10
11
def urn; @model.to_urn end
12
0 commit comments