add some styling on tables view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user