Aaron E Cohen
Results
1
issues of
Aaron E Cohen
With ActiveRecord 4.2.10, when running this line in a migration: ``` add_null_constraint :ews_students, :first_name, if: "last_name IS NULL" ``` ... the following occurs: ``` undefined method `match?' for /^".*"$/:Regexp Did...