8 lines
93 B
Ruby
8 lines
93 B
Ruby
class CommentsController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|