AyuntamientoMadrid/participacion

View on GitHub
config/routes/account.rb

Summary

Maintainability
A
0 mins
Test Coverage
resource :account, controller: "account", only: [:show, :update, :delete] do
  get :erase, on: :collection
end

resource :subscriptions, only: [:edit, :update]