lib/generators/lite/uxid/install_generator.rb in lite-uxid-1.1.3 vs lib/generators/lite/uxid/install_generator.rb in lite-uxid-1.2.0

- old
+ new

@@ -2,13 +2,13 @@ module Lite module Uxid class InstallGenerator < Rails::Generators::Base - source_root File.expand_path('../templates', __FILE__) + source_root File.expand_path("../templates", __FILE__) def copy_initializer_file - copy_file('install.rb', 'config/initializers/lite_uxid.rb') + copy_file("install.rb", "config/initializers/lite_uxid.rb") end end end end