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
How did you manage to get @thing on the show view? Shouldn't it always be @model and @form, the variables sent to the view? Is there a way to change this?
The text was updated successfully, but these errors were encountered:
👍 that is nicer. I like having ivars with intent revealing names. What about index? I would like to have an ivar called @things, or at least not @model, which hints at a singular resource. How can I achieve that?
How did you manage to get
@thing
on the show view? Shouldn't it always be@model
and@form
, the variables sent to the view? Is there a way to change this?The text was updated successfully, but these errors were encountered: