5 lines
72 B
Ruby
5 lines
72 B
Ruby
class PlainpageController < ApplicationController
|
|
def index
|
|
end
|
|
end
|