add some styling on tables view

This commit is contained in:
2012-09-11 10:34:54 +02:00
parent 7f8a8e9e26
commit 17b3494033
8 changed files with 79 additions and 37 deletions
@@ -103,7 +103,9 @@ module Suppliers
respond_to do |format|
format.html # show.html.erb
format.json { render json: @section }
format.json do
render json: @section.for_tables_as_json
end
end
end
end