This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
Tankernn
/
school-platform
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
728a0ed3f5
Ramuri
Etichete
master
school-platform
/
app
/
controllers
/
static_pages_controller.rb
static_pages_controller.rb
92 B
Istoric
Crud
1
2
3
4
5
6
7
class StaticPagesController < ApplicationController
def home
end
def about
end
end