Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(application): remove unnecessary code #155

Merged
merged 2 commits into from
Feb 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ shards:

bindata:
git: https://github.com/spider-gazelle/bindata.git
version: 1.9.1
version: 1.10.0

clear:
git: https://github.com/place-labs/clear.git
Expand All @@ -47,7 +47,7 @@ shards:

email:
git: https://github.com/arcage/crystal-email.git
version: 0.6.3
version: 0.6.4

faker:
git: https://github.com/askn/faker.git
Expand Down Expand Up @@ -91,12 +91,20 @@ shards:

neuroplastic:
git: https://github.com/spider-gazelle/neuroplastic.git
version: 1.10.0
version: 1.11.0

office365:
git: https://github.com/placeos/office365.git
version: 1.14.0

open_api:
git: https://github.com/elbywan/open_api.cr.git
version: 1.3.0

openapi-generator:
git: https://github.com/place-labs/openapi-generator.git
version: 2.1.0+git.commit.a65ffc2f7dcc6a393e7d1f9229650b520d9525be

openssl_ext:
git: https://github.com/spider-gazelle/openssl_ext.git
version: 2.1.5
Expand All @@ -119,7 +127,7 @@ shards:

placeos-models:
git: https://github.com/placeos/models.git
version: 6.2.0
version: 6.3.0

promise:
git: https://github.com/spider-gazelle/promise.git
Expand Down
2 changes: 0 additions & 2 deletions src/controllers/application.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ abstract class Application < ActionController::Base
# HELPERS
# =========================================
include Utils::PlaceOSHelpers
# include Utils::GoogleHelpers
include Utils::CurrentUser
# include Utils::Responders
include Utils::MultiTenant

# =========================================
Expand Down
26 changes: 0 additions & 26 deletions src/controllers/utilities/responders.cr

This file was deleted.