bootstrap basic layout

This commit is contained in:
Min Zeya Phyo
2017-04-04 02:29:11 +06:30
parent 7595ed183b
commit aba3e52d0b
12 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
class HomeController < ApplicationController
def index
end
def create
end
def destroy
end
end