You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that text columns in mysql would come through as strings in ActiveRecordCr but instead it just prints a warning and stays nil if you call model.body which is a text field. Oddly enough I can write to it just fine though.
I would expect that text columns in mysql would come through as strings in ActiveRecordCr but instead it just prints a warning and stays nil if you call
model.bodywhich is a text field. Oddly enough I can write to it just fine though.