Move extra bills to credit cards
This commit is contained in:
parent
c14a408f9a
commit
0887a5f6b9
38 changed files with 242 additions and 251 deletions
|
@ -65,6 +65,6 @@ class ExpensesController < ApplicationController
|
|||
|
||||
# Only allow a list of trusted parameters through.
|
||||
def expense_params
|
||||
params.require(:expense).permit(:description, :payment, :period, :autopaid, :estimated)
|
||||
params.require(:expense).permit(:description, :payment, :period, :credit_card, :estimated)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue