rails--rails/railties/lib/rails/generators/erb
Carlos Antonio da Silva e62f4404cf Unindent attributes iteration in scaffold index template
Otherwise we get extra indent for the <td> elements due to the extra
spaces at the beginning of the lines, like this:

      <tr>
          <td><%= author.name %></td>
          <td><%= link_to 'Show', author %></td>
        <td><%= link_to 'Edit', edit_author_path(author) %></td>
2013-04-18 16:01:38 -03:00
..
controller Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
mailer
scaffold Unindent attributes iteration in scaffold index template 2013-04-18 16:01:38 -03:00