8 lines
122 B
Ruby
8 lines
122 B
Ruby
module Tests
|
|
class ListsController < Tests::ApplicationController
|
|
def index
|
|
render json: []
|
|
end
|
|
end
|
|
end
|