check bin folder in (part of Rails 4 upgrade)

This commit is contained in:
Lee Lawlor
2015-02-12 08:46:41 -05:00
parent c7cdddf924
commit 286519d86b
3 changed files with 11 additions and 0 deletions

4
bin/rake Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run