refinerycms-simple_members 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,10 @@ module Admin
2
2
  class MembersController < Admin::BaseController
3
3
 
4
4
  crudify :member,
5
- :title_attribute => 'first_name', :xhr_paging => true
5
+ :title_attribute => 'first_name',
6
+ :xhr_paging => true,
7
+ :sortable => false,
8
+ :order => 'last_name ASC'
6
9
 
7
10
  end
8
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-simple_members
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: