scinote-web/app/controllers/api/v2/step_elements/tables_controller.rb

10 lines
160 B
Ruby
Raw Normal View History

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