method
git_keep
rails latest stable - Class:
Rails::Generators::AppBase
git_keep(destination)protected
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 266
def git_keep(destination)
create_file("#{destination}/.gitkeep") unless options[:skip_git]
end