Page MenuHomeGRNET

Rakefile
No OneTemporary

File Metadata

Created
Thu, Apr 24, 12:50 PM

Rakefile

# 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__)
Rails.application.load_tasks
begin
require 'yard2'
YARD::Rake::YardocTask.new do |t|
t.files = ['app/**/*.rb', 'lib/**/*.rb']
end
rescue LoadError
end

Event Timeline