Mercurial > hg > soundsoftware-site
view .svn/text-base/Rakefile.svn-base @ 730:4a9bb3b8d5cd feature_14
Patching the projects controller in order to have access to the params hash before saving (new, update actions) the project model.
author | Luis Figueira <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 31 Oct 2011 17:11:00 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/switchtower.rake, and they will automatically be available to Rake. require(File.join(File.dirname(__FILE__), 'config', 'boot')) require 'rake' require 'rake/testtask' require 'rake/rdoctask' require 'tasks/rails'