5 lines
79 B
Ruby
5 lines
79 B
Ruby
class WikiPageVersionsController < ApplicationController
|
|
def index
|
|
end
|
|
end
|