rails content_tag niché
content_tag :tr do
content_tag :th, @user.name
content_tag :td, @user.gender
content_tag :td, @user.country
end
Doubtful Dunlin
content_tag :tr do
content_tag :th, @user.name
content_tag :td, @user.gender
content_tag :td, @user.country
end