We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc1fb3 commit 1515474Copy full SHA for 1515474
app/admin/orders.rb
@@ -28,8 +28,6 @@
28
end
29
30
31
-
32
- active_admin_comments
33
34
35
sidebar :customer_information, :only => :show do
app/admin/users.rb
@@ -25,7 +25,6 @@
25
column("Total") {|order| number_to_currency order.total_price }
26
27
sidebar "Customer Details", :only => :show do
0 commit comments