11 lines
110 B
Ruby
11 lines
110 B
Ruby
class StaticPagesController < ApplicationController
|
|
def home
|
|
end
|
|
|
|
def help
|
|
end
|
|
|
|
def about
|
|
end
|
|
end
|