Browse Source

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

Chris Oliver 5 years ago
parent
commit
a2ffcbb047
1 changed files with 1 additions and 1 deletions
  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 = \[/,