We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffcf29b + bfbf27e commit 595e881Copy full SHA for 595e881
app/models/model.rb
@@ -76,7 +76,7 @@ def create_folder_if_necessary(folder)
76
end
77
78
def move_files
79
- if ActiveModel::Type::Boolean.new.cast(organize)
+ if ActiveModel::Type::Boolean.new.cast(organize) && !contains_other_models?
80
old_path = File.join(library.path, path)
81
new_path = File.join(library.path, formatted_path)
82
create_folder_if_necessary(File.dirname(new_path))
0 commit comments