Skip to content

Commit

Permalink
Merge branch 'main' into no-file-alert-1221
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrigoriev8109 authored Dec 17, 2024
2 parents 53139ca + 557f806 commit a30f35e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 28 deletions.
12 changes: 0 additions & 12 deletions app/controllers/organizations/adopter_fosterer/faq_controller.rb

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/layouts/adopter_foster_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
<% end %>
</li>
<!-- Nav item -->
<li class="nav-item">
<%= active_link_to adopter_fosterer_faq_index_path, class: "nav-link" do %>
<i class="fe fe-help-circle nav-icon"></i> FAQ
<% end %>
</li>
<% if Current.organization.external_form_url.present? %>
<li class="nav-item">
<%= active_link_to adopter_fosterer_external_form_index_path(dashboard: true), class: "nav-link" do %>
Expand Down
8 changes: 0 additions & 8 deletions app/views/organizations/adopter_fosterer/faq/index.html.erb

This file was deleted.

4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }

# Log to STDOUT with the current request id as a default log tag.
config.log_tags = [:request_id]
config.logger = ActiveSupport::TaggedLogging.logger($stdout)
# config.log_tags = [:request_id]
# config.logger = ActiveSupport::TaggedLogging.logger($stdout)

# Change to "debug" to log everything (including potentially personally-identifiable information!)
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
Expand Down
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@

# Adopter and Fosterer Routes
namespace :adopter_fosterer do
resources :faq, only: [:index]
resources :donations, only: [:index]
resources :dashboard, only: [:index]
resources :likes, only: [:index, :create, :destroy]
Expand Down

0 comments on commit a30f35e

Please sign in to comment.