Actions
Bug #11814
closedmodel_name needs to be stringified on Rails 4
Description
model_name.split doesn't work on Rails 4, instead we need to run to_s before. It's retrocompatible.
Updated by Daniel Lobato Garcia over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 97ef85c1f5adf4e842737b38177dc0746ea99bf7.
Actions