Flowdock
method

make_path_for

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: DiskService
make_path_for(key) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/service/disk_service.rb, line 135
      def make_path_for(key)
        path_for(key).tap { |path| FileUtils.mkdir_p File.dirname(path) }
      end
Register or log in to add new notes.