Add after_party

This commit is contained in:
Paul Chavard 2018-07-18 15:45:23 +02:00
parent 5339ee43f5
commit c67f8dcaaa
7 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,3 @@
AfterParty.setup do |config|
require "after_party/active_record.rb"
end