instance method
storage
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
storage()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 241
def storage
empty_directory_with_keep_file "storage"
empty_directory_with_keep_file "tmp/storage"
end
Defined in railties/lib/rails/generators/rails/app/app_generator.rb line 241
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder