mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-22 21:28:01 -05:00
11 lines
313 B
Ruby
11 lines
313 B
Ruby
# Add your own tasks in files placed in lib/tasks ending in .rake,
|
|
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
|
|
|
require File.expand_path('../config/application', __FILE__)
|
|
|
|
require 'rake'
|
|
require 'rake/testtask'
|
|
require 'rake/rdoctask'
|
|
|
|
Rails.application.load_tasks
|