Sha256: 14e7fbafee67681749b1887fd6d42792ae1b3ebf89937b23acad46d85d3a1edb

Contents?: true

Size: 118 Bytes

Versions: 7

Compression:

Stored size: 118 Bytes

Contents

<%= CSV.generate_line @prop_fields %>
<%- @props_array.each do |prop| -%>
<%= CSV.generate_line(prop) -%>
<%- end -%>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pwb-1.4.0 app/views/pwb/export/properties/all.csv.erb
pwb-1.3.0 app/views/pwb/export/properties/all.csv.erb
pwb-1.2.0 app/views/pwb/export/properties/all.csv.erb
pwb-1.1.1 app/views/pwb/export/properties/all.csv.erb
pwb-1.0.0 app/views/pwb/export/properties/all.csv.erb
pwb-0.1.1 app/views/pwb/export/properties/all.csv.erb
pwb-0.1.0 app/views/pwb/export/properties/all.csv.erb