Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
#!/usr/bin/env rake |
|
|
|
task :app do |
|
require './app' |
|
end |
|
|
|
Dir[File.dirname(__FILE__) + '/lib/tasks/*.rb'].sort.each do |path| |
|
require path |
|
end |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.