Method: AbstractInterface::ThemedFormHelper#initialize
- Defined in:
- lib/abstract_interface/themed_form_helper.rb
#initialize(template) ⇒ ThemedFormHelper
Returns a new instance of ThemedFormHelper.
5 6 7 |
# File 'lib/abstract_interface/themed_form_helper.rb', line 5 def initialize template self.template = template end |