Created
January 13, 2012 09:40
-
-
Save komagata/1605299 to your computer and use it in GitHub Desktop.
li_for
This file contains hidden or 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
module ApplicationHelper | |
def li_for(record, prefix = nil, options = nil, &block) | |
content_tag_for(:li, record, prefix, options, &block) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
seems to be well.