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
I have a trouble with iterating over an array. I have an array of objects, that have other objects and i want to get this value in each element of array and past it in link. In ruby i will use this code:
- if @attachments
- @attachments.each do
a href="#{@attachments.file.url}" "#{@attachments.file_name}"
So how I can handle it in skim? I cant find the way.
The text was updated successfully, but these errors were encountered:
Hello,
I have a trouble with iterating over an array. I have an array of objects, that have other objects and i want to get this value in each element of array and past it in link. In ruby i will use this code:
So how I can handle it in skim? I cant find the way.
The text was updated successfully, but these errors were encountered: