Class: EffectiveUrlInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- EffectiveUrlInput
- Defined in:
- app/models/inputs/effective_url_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options = nil) ⇒ Object
9 10 11 |
# File 'app/models/inputs/effective_url_input.rb', line 9 def input( = nil) Inputs::EffectiveUrl::Input.new(object, object_name, template, attribute_name, , ((, ) || {})).to_html end |