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

Update active storage monkey patch with latest rails code #22

Merged
merged 1 commit into from Dec 7, 2018

Conversation

renatolond
Copy link
Contributor

rails 5.2.1.1 changed the signature for active storage upload function and we didn't reflect that in the upgrade. This adds a test to catch stuff like that in the future and updates the code to match.

Fixes #19

@renatolond renatolond requested a review from HLMQA December 7, 2018 13:04
rails 5.2.1.1 changed the signature for active storage upload function
and we didn't reflect that in the upgrade. This adds a test to catch
stuff like that in the future and updates the code to match.
Fixes #19
@renatolond renatolond force-pushed the bugfix/19_fix_content_type_error branch from be55c4a to 4b8f2ad Compare December 7, 2018 13:10
Copy link
Collaborator

@HLMQA HLMQA left a comment

Choose a reason for hiding this comment

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

lgtm

@HLMQA HLMQA merged commit e718bfd into master Dec 7, 2018
@HLMQA HLMQA deleted the bugfix/19_fix_content_type_error branch December 7, 2018 20:58
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