summaryrefslogtreecommitdiff
path: root/lib/scim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scim')
-rw-r--r--lib/scim/shady/group.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/scim/shady/group.rb b/lib/scim/shady/group.rb
index 6da7918..3ab7739 100644
--- a/lib/scim/shady/group.rb
+++ b/lib/scim/shady/group.rb
@@ -5,10 +5,6 @@ module Scim
super(schemas: [self.class.schema], attributes: attributes)
end
- def template_name
- 'resource.json.jbuilder'
- end
-
def self.schema(location: "/v2/Schemas/#{::Scim::Kit::V2::Schemas::GROUP}")
schema = ::Scim::Kit::V2::Schema.new(id: ::Scim::Kit::V2::Schemas::GROUP, name: 'Group', location: location)
schema.add_attribute(name: :display_name, type: :string) do |x|