Files
2015-03-01 12:57:20 +01:00

8 lines
122 B
Ruby

module Tests
class ListsController < Tests::ApplicationController
def index
render json: []
end
end
end