mirror of
https://github.com/kingomarnajjar/amaysim_crap.git
synced 2026-07-25 22:27:25 +10:00
8 lines
108 B
Ruby
8 lines
108 B
Ruby
class PagesController < ApplicationController
|
|
def homepage
|
|
end
|
|
|
|
def help
|
|
@name = 'Omar'
|
|
end
|
|
end
|