Skip to content

Commit

Permalink
correct name intializer
Browse files Browse the repository at this point in the history
  • Loading branch information
pantajosef committed Mar 14, 2018
1 parent afdb806 commit be81cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class FriendlyIdGlobalizeInitializerGenerator < Rails::Generators::Base
source_root File.expand_path("../../templates", __FILE__)

def copy_initializer_file
copy_file "history.rb", "config/initializers/history.rb"
copy_file "history.rb", "config/initializers/friendly_id_globalize_history.rb"
end
end

0 comments on commit be81cd6

Please sign in to comment.