Skip to content

Commit

Permalink
WIP: Remove unused controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
fcd1 committed Jan 14, 2025
1 parent 2c7418f commit c12e05e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 203 deletions.
91 changes: 0 additions & 91 deletions app/controllers/collections_controller.rb

This file was deleted.

110 changes: 0 additions & 110 deletions app/controllers/depositors_controller.rb

This file was deleted.

2 changes: 0 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<% if user_signed_in? %>
<ul>
<li><%= link_to 'Deposits', deposits_path %></li>
<li><%= link_to 'Collections', collections_path %></li>
<li><%= link_to 'Depositors', depositors_path %></li>
<% if current_user.admin? %>
<li><%= link_to 'Users', users_path %></li>
<% end %>
Expand Down

0 comments on commit c12e05e

Please sign in to comment.