Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit ee7a3dd

Browse files
author
Yuma Soga
committed
Some fixes
1 parent 53b6153 commit ee7a3dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gem 'coffee-rails', '~> 4.2.1'
1414

1515
# Use jquery as the JavaScript library
1616
gem 'jquery-rails'
17+
gem 'jquery-ui-rails'
1718
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
1819
gem 'turbolinks'
1920
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

app/assets/javascripts/application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//= require jquery
1414
//= require rails-ujs
15-
//= require_tree .
1615
//= require turbolinks
16+
//= require bootstrap
17+
//= require_tree .
1718
//= require toastr
1819
//= require popper
19-
//= require bootstrap

0 commit comments

Comments
 (0)