Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
tct
/
discite
mirror of
https://github.com/dimaursu/discite.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
slideshow
Branches
Tags
master
slideshow
discite
/
app
/
controllers
/
home_controller.rb
home_controller.rb
94 B
Permalink
History
Raw
1
2
3
4
5
6
7
class HomeController < ApplicationController
def index
@courses = Course.all
end
end