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

[carrierwave] ":mount_on" option ignored #19

Closed
m4tm4t opened this issue Jun 5, 2012 · 2 comments
Closed

[carrierwave] ":mount_on" option ignored #19

m4tm4t opened this issue Jun 5, 2012 · 2 comments

Comments

@m4tm4t
Copy link

m4tm4t commented Jun 5, 2012

mount_uploader :editorial_asset, EditorialAssetUploader, mount_on: "file_name"
ActiveRecord::StatementInvalid (PG::Error: ERROR:  column "editorial_asset" of relation "editorial_assets" does not exist
LINE 1: UPDATE "editorial_assets" SET "editorial_asset" = 'v13389008...

here the correct column should be file_name

@nadavs
Copy link
Contributor

nadavs commented Jun 5, 2012

Thank you for reporting this issue.
It is fixed now.
The fix is available in the latest released GEM of v1.0.25
Please verify that it is working well.

@nadavs nadavs closed this as completed Jun 5, 2012
@m4tm4t
Copy link
Author

m4tm4t commented Jun 5, 2012

Really fast !
Thank you, it works perfect

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

No branches or pull requests

2 participants