Skip to content

Rename controller actions that begin with get_#1132

Merged
lgebhardt merged 1 commit intoJSONAPI-Resources:masterfrom
scottgonzalez:action-renaming
Nov 14, 2017
Merged

Rename controller actions that begin with get_#1132
lgebhardt merged 1 commit intoJSONAPI-Resources:masterfrom
scottgonzalez:action-renaming

Conversation

@scottgonzalez
Copy link
Copy Markdown
Collaborator

The following methods were renamed to comply with Rubocop's
Style/AccessorMethodName rule:

  • get_related_resource -> show_related_resource
  • get_related_resources -> index_related_resources

Fixes gh-1131

The following methods were renamed to comply with Rubocop's
`Style/AccessorMethodName` rule:

* `get_related_resource` -> `show_related_resource`
* `get_related_resources` -> `index_related_resources`

Fixes JSONAPI-Resourcesgh-1131
@lgebhardt lgebhardt merged commit 3a02a4d into JSONAPI-Resources:master Nov 14, 2017
@lgebhardt
Copy link
Copy Markdown
Contributor

@scottgonzalez Thanks!

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.

2 participants