Advertisement
Guest User

Rakefile

a guest
Oct 26th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.30 KB | None | 0 0
  1. $ cat Rakefile
  2. # Add your own tasks in files placed in lib/tasks ending in .rake,
  3. # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
  4.  
  5. require File.expand_path('../config/application', __FILE__)
  6. require 'rake'
  7. require 'rdoc/task'
  8.  
  9. Djln::Application.load_tasks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement