Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nioupola committed Aug 29, 2022
1 parent 45ae224 commit d1d2562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/maintenance_updates_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def destroy
private

def safe_params
params.require(:maintenance_update).permit(:text)
params.require(:maintenance_update).permit(:text, :notify)
end

end

0 comments on commit d1d2562

Please sign in to comment.