Rails5 init

This commit is contained in:
Mark Moser
2016-07-26 11:59:23 -05:00
parent c8985c6f38
commit ef47334853
71 changed files with 958 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