Skip to content

Commit

Permalink
Merge pull request #3057 from tvdeyen/remove-frontent-elements-contro…
Browse files Browse the repository at this point in the history
…ller

Remove frontend elements controller
  • Loading branch information
tvdeyen authored Sep 27, 2024
2 parents e9ddbd2 + 9578e47 commit 34f8313
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 77 deletions.
29 changes: 0 additions & 29 deletions app/controllers/alchemy/elements_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/alchemy/elements/show.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/alchemy/elements/show.js.erb

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
as: :show_attachment

resources :messages, only: [:index, :new, :create]
resources :elements, only: :show

namespace :api, defaults: {format: "json"} do
resources :attachments, only: [:index]
Expand Down
45 changes: 0 additions & 45 deletions spec/controllers/alchemy/elements_controller_spec.rb

This file was deleted.

0 comments on commit 34f8313

Please sign in to comment.