Skip to content

Commit

Permalink
Don't add unnecessary bookmark routes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 9, 2024
1 parent ce4aeff commit ecb0f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/models_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def add_routes
concerns :exportable
end
resources :bookmarks do
resources :bookmarks, only: [:index, :update, :create] do
concerns :exportable
collection do
Expand Down

0 comments on commit ecb0f70

Please sign in to comment.