1
0
Fork 0
burden/burden_web/spec/dummy/config/initializers/burden.rb

5 lines
92 B
Ruby
Raw Normal View History

2013-06-06 18:55:21 +00:00
Burden.configure do |c|
2013-06-06 14:15:38 +00:00
c.storage = :active_record
c.ignored_tasks = [:environment]
end