Created
September 20, 2011 05:24
-
-
Save dabit/1228402 to your computer and use it in GitHub Desktop.
fields_for.html.haml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- i ||= 0 | |
= f.fields_for :options do |ff| | |
- i += 1 | |
%label Option #{i} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment