Sha256: 8db4d7dde84a38bd963bc57b1f1058d731bb51f1dcbd07c8f7def0be938cf9eb

Contents?: true

Size: 217 Bytes

Versions: 11

Compression:

Stored size: 217 Bytes

Contents

Manifestation.csv_header(
  role: current_user_role_name
).to_csv(col_sep: "\t") + @manifestations.map{|manifestation|
  manifestation.to_hash(
    role: current_user_role_name
  ).values.to_csv(col_sep: "\t")
}.join

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.3.13 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.12 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.11 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.10 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.10.rc.3 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.10.rc.2 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.10.rc.1 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.9 app/views/manifestations/index.txt.ruby
enju_biblio-0.4.0.rc.1 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.8 app/views/manifestations/index.txt.ruby
enju_biblio-0.3.7 app/views/manifestations/index.txt.ruby