This website requires JavaScript.
Explore
Help
Sign In
ben
/
obdev
Watch
1
Star
0
Fork
You've already forked obdev
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10d3440646
obdev
/
app
/
controllers
/
home_controller.rb
9 lines
88 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial Commit
2024-01-11 19:40:58 -06:00
class
HomeController
<
ApplicationController
def
index
end
added second page, need to change it, also update home page
2024-01-12 22:18:28 -06:00
def
about
end
Initial Commit
2024-01-11 19:40:58 -06:00
end