Skip to content

Commit

Permalink
Fix failing spec on postgresql.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Nov 8, 2011
1 parent 1df6574 commit 4e5aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/app/models/refinery/page.rb
Expand Up @@ -361,7 +361,7 @@ def title_with_meta

# Used to index all the content on this page so it can be easily searched.
def all_page_part_content
parts.collect {|p| p.body}.join(" ")
parts.sort.collect {|p| p.body}.join(" ")
end

##
Expand Down

0 comments on commit 4e5aa9e

Please sign in to comment.