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
f0d741cae3
obdev
/
app
/
controllers
/
home_controller.rb
7 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial Commit
2024-01-11 19:40:58 -06:00
class
HomeController
<
ApplicationController
fixed logging in and logging out issue, display correct pages
2024-01-14 23:57:43 -06:00
before_action
:authenticate_user!
Initial Commit
2024-01-11 19:40:58 -06:00
def
index
end
end