Skip to content

Commit

Permalink
add call to super
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher committed Dec 3, 2024
1 parent 9931c2a commit 0de222f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/forms/custom_fields/inputs/base/input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class CustomFields::Inputs::Base::Input < ApplicationForm
attr_reader :options

def initialize(custom_field:, object:, **options)
super()

@custom_field = custom_field
@object = object
@options = options
Expand Down

0 comments on commit 0de222f

Please sign in to comment.