scinote-web/app/controllers/api/v2/step_elements/tables_controller.rb
wandji 54b1c182d8
Add V2 API endpoints for step elements [SCI-9650] (#6825)
* Add V2 API endpoints for step elements [SCI-9650]

* Rewrite step controller actions in order to read V2 step serializer [SCI-9650]
2023-12-19 15:36:41 +01:00

9 lines
160 B
Ruby

# frozen_string_literal: true
module Api
module V2
module StepElements
class TablesController < ::Api::V1::TablesController; end
end
end
end