Last active
December 12, 2015 02:18
-
-
Save MarceloCajueiro/4697024 to your computer and use it in GitHub Desktop.
Snippet: thoughtbot erb styleguide (https://github.com/thoughtbot/guides/blob/master/style/samples/erb.rb)
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
<%= short_method_call_that_fits_on_one_line arguments %> | |
<%= link_to( | |
some_object_with_a_long_name.title, | |
parent_object_child_object_path(some_object_with_a_long_name) | |
) %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment