Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/pajamas/radio_component.rb')
-rw-r--r--app/components/pajamas/radio_component.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/components/pajamas/radio_component.rb b/app/components/pajamas/radio_component.rb
index 52a761b9d7d..7a3d95c8565 100644
--- a/app/components/pajamas/radio_component.rb
+++ b/app/components/pajamas/radio_component.rb
@@ -28,6 +28,8 @@ module Pajamas
@value = value
end
+ private
+
attr_reader(
:form,
:method,
@@ -38,8 +40,6 @@ module Pajamas
:value
)
- private
-
def label_content
label? ? label : label_argument
end