diff options
| author | mo <mo.khan@gmail.com> | 2019-02-03 15:25:44 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-02-03 15:25:44 -0700 |
| commit | 490f37227bf8c23f378fce18ae91798a91fcbc85 (patch) | |
| tree | c6294761ab6dbbd2e07a5a97ba1dabd9bfd934fc /lib/scim | |
| parent | a1f4daa0efd2e29ba058276846525b4bb0272af4 (diff) | |
Diffstat (limited to 'lib/scim')
| -rw-r--r-- | lib/scim/shady/group.rb | 4 |
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| |
