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

[wings] Remove convert_class_name_to_valkyrie_resource_class #3931

Merged
merged 1 commit into from
Sep 16, 2019

Commits on Sep 16, 2019

  1. [wings] Remove convert_class_name_to_valkyrie_resource_class

    This was an early addition to Wings, and predates much of the query work. at
    this point, objects round trip just fine without the special class casting
    handling. For certain adapters (e.g. the memory adapter) the call to
    `internal_resource` results in a `NoMethodError` on `Object`, so this seems like
    a good time to remove the superflouous code.
    Tom Johnson committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    bda7ed0 View commit details
    Browse the repository at this point in the history