Please enable JavaScript in your browser!
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
tct
/
discite
mirrorاز
https://github.com/dimaursu/discite.git
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
شاخه:
slideshow
شاخهها
تگها
master
slideshow
discite
/
app
/
controllers
/
home_controller.rb
home_controller.rb
94 B
لینک دائمی
تاريخچه
خام
1
2
3
4
5
6
7
class HomeController < ApplicationController
def index
@courses = Course.all
end
end