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:
@@ -36,6 +36,8 @@ module Wrestling
|
|||||||
end
|
end
|
||||||
|
|
||||||
config.autoload_paths += %W(#{config.root}/app/services/tournament_services)
|
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user