mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-14 17:27:58 -05:00
5 lines
90 B
Ruby
Executable File
5 lines
90 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
require_relative '../config/boot'
|
|
require 'rake'
|
|
Rake.application.run
|