lib/generators/cachers/install/install_generator.rb in cachers-4.1.0.2 vs lib/generators/cachers/install/install_generator.rb in cachers-5.1.1
- old
+ new
@@ -5,10 +5,10 @@
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path('../templates', __FILE__)
def create_configuration_file
- copy_file 'configuration.yml', 'config/redis.yml'
+ copy_file 'redis.yml', 'config/redis.yml'
end
end
end
end