1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Removed frontend and updated production to use puma instead of pasenger

This commit is contained in:
2017-05-31 09:40:31 -04:00
parent 3f72a912b6
commit b37004cbbf
55 changed files with 128 additions and 3676 deletions

View File

@@ -29,8 +29,6 @@ module Wrestling
config.active_job.queue_adapter = :delayed_job
config.rails_lineman.lineman_project_location = "frontend"
config.to_prepare do
DeviseController.respond_to :html, :json
end