This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Tankernn
/
school-platform
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
school-platform
/
app
/
controllers
/
static_pages_controller.rb
static_pages_controller.rb
92 B
Permalink
History
Raw
1
2
3
4
5
6
7
class StaticPagesController < ApplicationController
def home
end
def about
end
end