about summary refs log tree commit diff stats
path: root/Rakefile
blob: e63c40522b95a5c8668abd2cf13ac842b7ef9e8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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 "rake/extensiontask"
require_relative "config/application"

Rails.application.load_tasks

Rake::ExtensionTask.new "wittle_generator" do |ext|
  ext.lib_dir = "lib"
end