Skip to content

Commit

Permalink
Removing order by 'lft'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Joyce committed May 13, 2015
1 parent 441d605 commit dfd77c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/app/controllers/refinery/admin/pages_controller.rb
Expand Up @@ -4,7 +4,6 @@ class PagesController < Refinery::AdminController
include Pages::InstanceMethods

crudify :'refinery/page',
:order => "lft ASC",
:include => [:translations, :children],
:paging => false

Expand Down

0 comments on commit dfd77c8

Please sign in to comment.