Skip to content
Snippets Groups Projects
Unverified Commit efdefc26 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent 65cf2a21
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ Rails.application.config.to_prepare do
after_save :denormalize_university_id_for_blob
def denormalize_university_id_for_blob
return if self.blob.university_id.present?
university_id = case self.record.class.name
when 'University'
self.record.id
......
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