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
The model filter doesn't really define a model. It defines an object. More specifically, it defines an instance of a class. For instance, if you want a Proc input, you have to do this:
model:proc
That doesn't really make sense to me. I think this would be better:
object:proc
I think we ended up with model because we usually use this filter for ActiveModel objects. But it's designed to work with anything. I think we should change the name to reflect that.
The text was updated successfully, but these errors were encountered:
The model filter doesn't really define a model. It defines an object. More specifically, it defines an instance of a class. For instance, if you want a
Proc
input, you have to do this:That doesn't really make sense to me. I think this would be better:
I think we ended up with
model
because we usually use this filter for ActiveModel objects. But it's designed to work with anything. I think we should change the name to reflect that.The text was updated successfully, but these errors were encountered: