Skip to content

Commit e2cdd80

Browse files
marrus-shtamsin johnson
authored and
tamsin johnson
committed
Fix instance variable used for admin set form
This doesn’t have any behavioural change, but the instance variable used for remembering the admin set form was mistakenly named `@administrative_set_model` (compare `@admin_set_model`) and not `@administrative_set_form`.
1 parent ea3ef75 commit e2cdd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hyrax/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ def index_field_mapper
894894
##
895895
# @return [Class]
896896
def administrative_set_form
897-
@administrative_set_model ||= Hyrax::Forms::AdministrativeSetForm
897+
@administrative_set_form ||= Hyrax::Forms::AdministrativeSetForm
898898
end
899899

900900
attr_writer :file_set_form

0 commit comments

Comments
 (0)