ruby on rails - Adding a css class to mapped elements -
i have code line on application users.skills.map {|m| m.name}
returning user's skills.
i skills styled css styles , trying figure out on how can add style each 1 of skills. clue?
i not sure understand question, this:
users.skills.map {|m| "<p class='your_css_class'>#{m.name}</p>"}
does work you?
Comments
Post a Comment