Skip to content

Commit

Permalink
Make changes from review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
murny committed Jan 16, 2024
1 parent e5b3aa8 commit 1ddbf8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ end
group :development do
gem 'better_errors', '>= 2.3.0'
gem 'binding_of_caller'
# gem "rack-mini-profiler"
gem 'brakeman'
gem 'web-console', '>= 4.1.0'
end
Expand Down
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
module Jupiter
class Application < Rails::Application

require_relative '../lib/jupiter'
require_relative '../lib/jupiter/version'
require 'jupiter'
require 'jupiter/version'

# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Expand Down
4 changes: 2 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'sidekiq/web'
require 'sidekiq/cron/web'
require_relative '../lib/admin_constraint'
require_relative '../lib/entity_constraint'
require 'admin_constraint'
require 'entity_constraint'

Rails.application.routes.draw do
constraints(subdomain: 'era') do
Expand Down

0 comments on commit 1ddbf8d

Please sign in to comment.