cleanup switch_to supplier and make facebook image https

This commit is contained in:
2020-03-07 11:11:06 -05:00
parent eda3fc280b
commit 68f7d4dd54
6 changed files with 16 additions and 14 deletions
-1
View File
@@ -14,7 +14,6 @@ class Suppliers::Ability
can :mark_in_process, Order
can :mark_delivered, Order
can :cancel, Order
can :switch_to, Supplier
end
end
end