Class | FileBlock |
In: |
app/models/file_block.rb
|
Parent: | AbstractFileBlock |
# File app/models/file_block.rb, line 5 5: def set_attachment_file_path 6: if @attachment_file_path && @attachment_file_path != attachment.file_path 7: attachment.file_path = @attachment_file_path 8: end 9: end