mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add transaction sidebar (#534)
* Create sidebar element and working with turbo * Add overview fields * Add columns to transations and tidy modal * permit new transaction params * Add autosubmit form controller * remove unused show code
This commit is contained in:
@@ -56,6 +56,6 @@ class TransactionsController < ApplicationController
|
||||
|
||||
# Only allow a list of trusted parameters through.
|
||||
def transaction_params
|
||||
params.require(:transaction).permit(:name, :date, :amount, :currency)
|
||||
params.require(:transaction).permit(:name, :date, :amount, :currency, :notes, :excluded)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user