You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Attachment < ActiveRecord::Base
has_attached :file, path: "attachments/:style/:identifier:extension"
end
class Image < Attachment
has_attached :file, processor: :image
end
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: