lib/generic_app.rb in generic_app-2.0.1 vs lib/generic_app.rb in generic_app-2.0.2
- old
+ new
@@ -54,9 +54,10 @@
def self.update_titles(subdir_name, title)
array_files = []
array_files << "#{subdir_name}/README.md"
array_files << "#{subdir_name}/app/helpers/application_helper.rb"
+ array_files << "#{subdir_name}/app/views/layouts/_header.html.erb"
array_files << "#{subdir_name}/app/views/layouts/_footer.html.erb"
array_files << "#{subdir_name}/app/views/static_pages/home.html.erb"
array_files << "#{subdir_name}/test/helpers/application_helper_test.rb"
array_files << "#{subdir_name}/test/integration/static_pages_test.rb"