Skip to content

Commit

Permalink
Missed an end block in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
likebees committed Oct 13, 2011
1 parent a06e09e commit 2150c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -26,7 +26,7 @@ This is a plugin version of Stuart Rackham's most excellent SortHelper helper. T
sort_init 'last_name'
sort_update

options = {:page => params[:page], :include => :addresses, :order => sort_clause
options = {:page => params[:page], :include => :addresses, :order => sort_clause }

@contacts = Contact.paginate(options)
end
Expand Down

0 comments on commit 2150c92

Please sign in to comment.