✂️ unused app/inputs/* (old simple_form overrides)

This commit is contained in:
Marc Anguera Insa
2018-08-31 22:38:38 +02:00
parent 94acd09ae0
commit d2eae501d2
2 changed files with 0 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
class CollectionSelect2Input < SimpleForm::Inputs::CollectionSelectInput
def input_html_classes
super.push("select2")
end
end
-6
View File
@@ -1,6 +0,0 @@
class DatepickerInput < SimpleForm::Inputs::Base
def input
@builder.text_field(attribute_name, input_html_options) + \
@builder.hidden_field(attribute_name, class: attribute_name.to_s + "-alt")
end
end