Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow custom type for models #328

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

senid231
Copy link
Member

fixes #288

example

class MyApi::Base < JsonApiClient::Resource
  resolve_custom_type 'document--files', 'File'
end
 class MyApi::File < MyApi::Base
  def self.resource_name
    'document--files'
  end
end

Copy link
Collaborator

@gaorlov gaorlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awe yeiss. This is excellent!

@senid231 senid231 merged commit 10edc85 into JsonApiClient:master Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom model resolver
2 participants