1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Moved none database classes out of model folder. Still need to separate classes that are doing too much for bracket_advancement, for placement points, and for swapping wrestlers in pool/bracket.

This commit is contained in:
2016-05-14 14:54:49 +00:00
parent 2f9c54df2e
commit a6e64bdf8f
5 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ module Wrestling
end
config.autoload_paths += %W(#{config.root}/app/services/tournament_services)
config.autoload_paths += %W(#{config.root}/app/services/wrestler_services)
config.autoload_paths += %W(#{config.root}/app/services/bracket_advancement)
end