Skip to content

Commit 1515474

Browse files
committed
Disable comments
1 parent afc1fb3 commit 1515474

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/admin/orders.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
end
2929
end
3030
end
31-
32-
active_admin_comments
3331
end
3432

3533
sidebar :customer_information, :only => :show do

app/admin/users.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
column("Total") {|order| number_to_currency order.total_price }
2626
end
2727
end
28-
active_admin_comments
2928
end
3029

3130
sidebar "Customer Details", :only => :show do

0 commit comments

Comments
 (0)