Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
fix: apply migration fix from decidim
Browse files Browse the repository at this point in the history
  • Loading branch information
leio10 committed Jun 30, 2021
1 parent df5f337 commit 6c2ed77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MoveOrganizationFieldsToHeroContentBlock < ActiveRecord::Migration[5.2]
class Organization < ApplicationRecord
self.table_name = :decidim_organizations

mount_uploader :homepage_image, ::Decidim::HomepageImageUploader
mount_uploader :homepage_image, CarrierWave::Uploader::Base
end

def change
Expand Down

0 comments on commit 6c2ed77

Please sign in to comment.