Kurt Kowitz

Results 1 issues of Kurt Kowitz

``` opinio/lib/opinio/opinio_model/validations.rb validates :owner, :presence => true, :associated => true ``` Using just `:presence => true` on the owner checks the table to see if it exists, at least while...