Skip to content

Commit

Permalink
added gid to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeylightit authored and rpbaltazar committed Nov 7, 2019
1 parent 4453f95 commit 5a1dbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/app/resources/ros/application_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ApplicationResource < JSONAPI::Resource
include Ros::UrlBuilder
include AssociationResource::ResourceHelper
abstract
attributes :urn, :created_at, :updated_at
attributes :urn, :created_at, :updated_at, :gid

def urn; @model.to_urn end

Expand Down

0 comments on commit 5a1dbd8

Please sign in to comment.