Explorar o código

Add Rails 5.2 Version to Friendly Id Migration (#51)

darkrubyist %!s(int64=6) %!d(string=hai) anos
pai
achega
ce69db531a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      template.rb

+ 6 - 0
template.rb

@@ -185,6 +185,12 @@ end
 
 def add_friendly_id
   generate "friendly_id"
+
+  insert_into_file(
+    Dir["db/migrate/**/*friendly_id_slugs.rb"].first,
+    "[5.2]",
+    after: "ActiveRecord::Migration"
+  )
 end
 
 def stop_spring