8 lines
84 B
Ruby
8 lines
84 B
Ruby
class PagesController < ApplicationController
|
|
|
|
def home
|
|
@menu = 'home'
|
|
end
|
|
|
|
end
|