Skip to content

Commit

Permalink
Simplify doc comment, wraps to 80 chars [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Dec 23, 2015
1 parent 997b856 commit 66c0c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ransack/helpers/form_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def search_form_for(record, options = {}, &proc)
#
# <%= sort_link(@q, :name, [:name, 'kind ASC'], 'Player Name') %>
#
# You can use a block as well if your link target is hard to fit into the label parameter:
# You can also use a block:
#
# <%= sort_link(@q, :name, [:name, 'kind ASC']) do %>
# <strong>Player Name</strong>
Expand Down

0 comments on commit 66c0c4a

Please sign in to comment.