<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,20 +5,20 @@ module AwesomeFields
   module LinedBuilderHelpers
     # Behaves exactly the same as +form_for+, but ensures that the resulting
     # builder object will be a +LinedBuilder+.
-    def lined_form_for(*args)
+    def lined_form_for(*args, &amp;block)
       opts = args.last.is_a?(Hash) ? args.pop : {}
       opts[:builder] = LinedBuilder
       args &lt;&lt; opts
-      form_for(*args) { |f| yield f }
+      form_for(*args, &amp;block)
     end
 
     # Behaves exactly the same as +fields_for+ but ensures that the resulting
     # builder object will be a +LinedBuilder+.
-    def lined_fields_for(*args)
+    def lined_fields_for(*args, &amp;block)
       opts = args.last.is_a?(Hash) ? args.pop : {}
       opts[:builder] = LinedBuilder
       args &lt;&lt; opts
-      fields_for(*args) { |f| yield f }
+      fields_for(*args, &amp;block)
     end
   end
 end</diff>
      <filename>lib/awesome_fields/lined_builder_helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>771b2336f77942b8a499992674bfe557486ca8a4</id>
    </parent>
  </parents>
  <author>
    <name>shadowfiend</name>
    <email>shadowfiend@ubuntu.Belkin</email>
  </author>
  <url>http://github.com/Shadowfiend/awesome_fields/commit/dac28408018d545fd90296ea3935eefa529fe1d6</url>
  <id>dac28408018d545fd90296ea3935eefa529fe1d6</id>
  <committed-date>2008-06-21T11:49:17-07:00</committed-date>
  <authored-date>2008-06-21T11:49:17-07:00</authored-date>
  <message>Switched to &amp;block syntax for helpers to fix ERB issues.</message>
  <tree>b9c82e705dc349a3acd361d0311b0446fa8d3713</tree>
  <committer>
    <name>shadowfiend</name>
    <email>shadowfiend@ubuntu.Belkin</email>
  </committer>
</commit>
