Michael Hendrickx
Results
1
comments of
Michael Hendrickx
Hi Erwin, I had a similar issue, you need to make sure that your check_access method return a "true" value. For example you could do: ``` def check_access(object,field) object.eql?(current_user) end...