rsl/skinny_scaffold

View on GitHub
lib/generators/templates/partials/default_table.html.erb

Summary

Maintainability
Test Coverage
%table
  %thead
    %tr
      - # Customize THEAD cells
  %tbody
    - <%= plural_instance_variable %>.each do |<%= singular_table_name %>|
      %tr
        - # Customize TBODY cells