RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: panva
You might wanna check the documentation for this but in general you need to implement one of the following methods to_s, name, label, to_label to your model. ActiveAdmin will go through these to find a suitable text label for your model
to_s, name, label, to_label
You might wanna check the documentation for this but in general you need to implement one of the following methods
to_s, name, label, to_label
to your model. ActiveAdmin will go through these to find a suitable text label for your model