Skip to content

Instantly share code, notes, and snippets.

@vijedi
Created October 11, 2012 02:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijedi/3869903 to your computer and use it in GitHub Desktop.
Save vijedi/3869903 to your computer and use it in GitHub Desktop.
Active Admin Sortable Column
column('Email', :sortable => :user_email) {|user| user.email}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment