paper-trail-gem--paper_trail/spec/dummy_app/Rakefile

10 lines
296 B
Ruby
Raw Normal View History

2017-12-11 04:05:11 +00:00
# frozen_string_literal: true
2011-02-08 17:16:35 +00:00
# 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__)
require "rake"
2011-02-08 17:16:35 +00:00
Dummy::Application.load_tasks