Skip to content

Commit

Permalink
Removed a default option which has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed Nov 30, 2011
1 parent 1d523f4 commit 640ed71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/active_admin/resource.rb
Expand Up @@ -133,7 +133,6 @@ def csv_builder

def default_options
{
:namespace => ActiveAdmin.application.default_namespace,
:sort_order => "#{resource.respond_to?(:primary_key) ? resource.primary_key : 'id'}_desc"
}
end
Expand Down

0 comments on commit 640ed71

Please sign in to comment.