Skip to content
Snippets Groups Projects
Commit 54ca360f authored by pabois's avatar pabois
Browse files

merge

parent c09f7741
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class Communication::Website::GithubFile < ApplicationRecord
protected
def add_media_to_batch(github)
return unless manifest_data[:with_media] && about.respond_to?(:active_storage_blobs)
return unless manifest_data[:has_media] && about.respond_to?(:active_storage_blobs)
about.active_storage_blobs.each { |blob| add_blob_to_batch(github, blob) }
end
......
......@@ -59,7 +59,7 @@ module Osuny
"name", "sizes", "src", "srcset", "style", "target", "title", "type", "width", "xml:lang"
]
config.allowed_special_chars = '#?!,@$%^&*+£µ-'
config.allowed_special_chars = '#?!,@$%^&*+:;£µ-'
config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment