We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a63904 commit 441e1fcCopy full SHA for 441e1fc
.gitignore
@@ -9,3 +9,4 @@
9
10
# rspec failure tracking
11
.rspec_status
12
+*.gem
Gemfile.lock
@@ -89,7 +89,7 @@ PLATFORMS
89
ruby
90
91
DEPENDENCIES
92
- bundler (~> 1.16)
+ bundler (~> 1.12)
93
pry-byebug
94
rake (~> 10.0)
95
rspec (~> 3.0)
README.md
@@ -15,7 +15,7 @@ And then execute:
15
$ bundle install
16
$ bundle exec rake vue:create
17
18
- > Currently `rake vue:create` will overwrite all files, please be careful!
+> Currently `rake vue:create` will overwrite all files, please be careful!
19
20
Add those lines to your `config/routes.rb`:
21
0 commit comments