Skip to content

Commit

Permalink
Fix typo in deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Feb 27, 2019
1 parent 1d328ea commit 77610a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jsonapi/acts_as_resource_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_related_resource
def get_related_resources
# :nocov:
ActiveSupport::Deprecation.warn "In #{self.class.name} you exposed a `get_related_resources`"\
" action. Please use `index_related_resource` instead."
" action. Please use `index_related_resources` instead."
index_related_resources
# :nocov:
end
Expand Down

0 comments on commit 77610a3

Please sign in to comment.