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

Unsupported STI Inheritence #3

Closed
ksylvest opened this issue Jun 29, 2014 · 1 comment
Closed

Unsupported STI Inheritence #3

ksylvest opened this issue Jun 29, 2014 · 1 comment

Comments

@ksylvest
Copy link
Owner

For example:

class Attachment < ActiveRecord::Base
  has_attached :file, path: "attachments/:style/:identifier:extension"
end

class Image < Attachment
  has_attached :file, processor: :image
end
@ksylvest
Copy link
Owner Author

ksylvest commented Jul 2, 2014

Fixed: v1.0.5.

@ksylvest ksylvest closed this as completed Jul 2, 2014
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

1 participant