Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
tct
/
discite
kopia lustrzana
https://github.com/dimaursu/discite.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
slideshow
Gałęzie
Tagi
master
slideshow
discite
/
app
/
controllers
/
home_controller.rb
home_controller.rb
94 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
class HomeController < ApplicationController
def index
@courses = Course.all
end
end