Module: Renalware::AdminHelper

Defined in:
app/helpers/renalware/admin_helper.rb

Instance Method Summary collapse

Instance Method Details

#admin_expired_users_pathObject



13
14
15
# File 'app/helpers/renalware/admin_helper.rb', line 13

def admin_expired_users_path
  admin_users_path(q: { expired: true })
end

#admin_inactive_users_pathObject



9
10
11
# File 'app/helpers/renalware/admin_helper.rb', line 9

def admin_inactive_users_path
  admin_users_path(q: { inactive: true })
end

#admin_unapproved_users_pathObject



5
6
7
# File 'app/helpers/renalware/admin_helper.rb', line 5

def admin_unapproved_users_path
  admin_users_path(q: { unapproved: true })
end