Sha256: 706bf9971c93ca07941634207c54271472f8aa61ea7c923b017fc76711fcc911

Contents?: true

Size: 138 Bytes

Versions: 11

Compression:

Stored size: 138 Bytes

Contents

%p#notice= notice
%h1= "Listing Books by #{@author.full_name}"
%ul
  - @books.each do |book|
    %li= link_to book.title, [@author, book]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
friendly_id-method_scopes-0.3.7 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.3.3 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.3.2 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.3.1 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.3.0 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.2.6 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.2.5 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.1.8 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.1.7 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.1.6 spec/dummy/app/views/books/index.html.haml
friendly_id-method_scopes-0.1.5 spec/dummy/app/views/books/index.html.haml