lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

Fix field_helpers when that method returns symbols #65

Closed Dantemss closed 4 years ago

Dantemss commented 5 years ago

Under some unclear conditions, the field_helpers method returns symbols instead of strings, causing a bunch of errors in lev forms after lev overwrites methods such as label with its own methods.

Map field_helpers to strings to prevent this.