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.
Actions
Description
model_name.split doesn't work on Rails 4, instead we need to run to_s before. It's retrocompatible.