Skip to content

how can i use Multiple link_to in table_for column method? #1160

@ghost

Description

code like this:

column(:seit){|seit|
%w(github google funtti).each do |ele|
link_to ele,"http://www.#{ele}.com"
end
}

on my page just like this: ["github", "google", "funtti"] it not a link i juest want to linke

so how can i run this code on my page ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions