5 lines
75 B
Ruby
5 lines
75 B
Ruby
class PostVersionsController < ApplicationController
|
|
def index
|
|
end
|
|
end
|