method

storage

rails latest stable - Class: Rails::AppBuilder
storage()
public

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 223
    def storage
      empty_directory_with_keep_file "storage"
      empty_directory_with_keep_file "tmp/storage"
    end