소스 검색

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

Chris Oliver 5 년 전
부모
커밋
a2ffcbb047
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = \[/,