forked from saurabh/orbit4-5
Merge branch 'master' of gitlab.tp.rulingcom.com:saurabh/orbit4-5 into nccu
This commit is contained in:
commit
45f58990f0
|
@ -45,7 +45,7 @@ class MembersController < ApplicationController
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# Members with status
|
# Members with status
|
||||||
role_status = RoleStatus.order_by(:id=>"asc").where(:role_id=>role['id'])
|
role_status = RoleStatus.order_by(:key=>"asc").where(:role_id=>role['id'])
|
||||||
role_status_ids = role_status.collect{|status| status.id.to_s}
|
role_status_ids = role_status.collect{|status| status.id.to_s}
|
||||||
|
|
||||||
role_status.each do |status|
|
role_status.each do |status|
|
||||||
|
|
Loading…
Reference in New Issue