Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
tct
/
discite
peilaus alkaen
https://github.com/dimaursu/discite.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Branch:
slideshow
Branchit
Tagit
master
slideshow
discite
/
app
/
controllers
/
home_controller.rb
home_controller.rb
94 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
7
class HomeController < ApplicationController
def index
@courses = Course.all
end
end