Commit ebb463f1 by Ngo Trung Hung

production

parent 80a5debb
......@@ -58,5 +58,8 @@ group :test do
gem 'chromedriver-helper'
end
group :production do
gem 'mysql2', '0.5.3'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
......@@ -434,7 +434,7 @@ $main-color: #221f20;
.box-search-mobile {
display: none;
width: 100%;
height: 150px;
height: 140px;
padding: 0 3%;
// background-color: rgba(20,32,25,0.65);
background-color: $main-color;
......
Rails.application.routes.draw do
get 'home/index'
# get 'home/index'
root 'home#index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment