Explorar el Código

Merge branch 'master' of github.com:excid3/spark-clone

Chris Oliver hace 5 años
padre
commit
a2ffcbb047
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      template.rb

+ 1 - 1
template.rb

@@ -155,7 +155,7 @@ def add_administrate
 
   gsub_file "app/dashboards/user_dashboard.rb",
     /email: Field::String/,
-    "email: Field::String,\n\t\tField::String.with_options(searchable: false)"
+    "email: Field::String,\n\t\tField::String.with_options(searchable: false),"
 
   gsub_file "app/dashboards/user_dashboard.rb",
     /FORM_ATTRIBUTES = \[/,