app/admin/c80_estate/properties.rb in c80_estate-0.1.0.14 vs app/admin/c80_estate/properties.rb in c80_estate-0.1.0.15
- old
+ new
@@ -102,6 +102,11 @@
end
f.actions
end
+ show do
+ render partial: 'show_property', locals: { property:resource }
+ active_admin_comments
+ end
+
end
\ No newline at end of file