1
0
Fork 0
burden/rake_control_web/spec/dummy/config/initializers/rake_control.rb

5 lines
97 B
Ruby

RakeControl.configure do |c|
c.storage = :active_record
c.ignored_tasks = [:environment]
end