Sort the users by id
This commit is contained in:
parent
3d4d9d6e20
commit
24ddcaba3a
|
@ -10,6 +10,8 @@ class User < ActiveRecord::Base
|
||||||
|
|
||||||
accepts_nested_attributes_for :speaker_profile, update_only: true
|
accepts_nested_attributes_for :speaker_profile, update_only: true
|
||||||
|
|
||||||
|
default_scope { order id: :desc }
|
||||||
|
|
||||||
def toggle_admin!
|
def toggle_admin!
|
||||||
update admin: !admin
|
update admin: !admin
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue