1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 16:40:48 +00:00
Merge branch 'development' of https://github.com/jcwimer/wrestlingApp into development
This commit is contained in:
2016-05-14 11:20:50 -04:00
21 changed files with 1999 additions and 1869 deletions

View File

@@ -34,6 +34,10 @@ module Wrestling
config.to_prepare do
DeviseController.respond_to :html, :json
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