Guest User

Untitled

a guest
Oct 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # Add your own tasks in files placed in lib/tasks ending in .rake,
  2. # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
  3.  
  4. require File.expand_path('../config/application', __FILE__)
  5. require 'rake'
  6.  
  7. module ::Yellowhome
  8. class Application
  9. include Rake::DSL
  10. end
  11. end
  12.  
  13. module ::RakeFileUtils
  14. extend Rake::FileUtilsExt
  15. end
  16.  
  17. Yellowhome::Application.load_tasks
Add Comment
Please, Sign In to add comment