Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
schedules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
schedules
d5ab0cb59471211a9cd47a23c5fa7097de67fb85
d5ab0cb59471211a9cd47a23c5fa7097de67fb85
Switch branch/tag
schedules
schedules
app
controllers
home_controller.rb
Find file
Normal view
History
Permalink
home_controller.rb
101 Bytes
Edit
Web IDE
Newer
Older
Added rubocop config and fixed initial errors
Zac Wood
committed
Apr 10, 2018
1
# Defines actions for the homepage
Added home controller, reorganized routes
Zac Wood
committed
Apr 08, 2018
2
class
HomeController
<
ApplicationController
Added rubocop config and fixed initial errors
Zac Wood
committed
Apr 10, 2018
3
def
index
;
end
Added home controller, reorganized routes
Zac Wood
committed
Apr 08, 2018
4
end