instance method
storage
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
storage()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 210
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 210
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder