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

Fix routes deprecation warning for to: usage #2560

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

bertocq
Copy link
Collaborator

@bertocq bertocq commented Mar 28, 2018

References

None

Objectives

Running test suite the following appears: DEPRECATION WARNING: Defining
a route where to is a symbol is deprecated. Please change
to: :json_data to action: :json_data.

Visual Changes (if any)

None

Notes

None

Running test suite the following appears: DEPRECATION WARNING: Defining
a route where `to` is a symbol is deprecated. Please change
`to: :json_data` to `action: :json_data`.
Copy link
Member

@voodoorai2000 voodoorai2000 left a comment

Choose a reason for hiding this comment

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

👏

@bertocq bertocq merged commit cb7e9f3 into master Apr 4, 2018
@bertocq bertocq deleted the fix_route_deprecation_warning branch April 4, 2018 18:10
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.

None yet

2 participants