Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/property_sets/action_view_extension.rb

Defined Under Namespace

Classes: PropertySetFormBuilderProxy

Instance Method Summary collapse

Instance Method Details

#property_set(identifier) ⇒ Object



86
87
88
# File 'lib/property_sets/action_view_extension.rb', line 86

def property_set(identifier)
  PropertySetFormBuilderProxy.new(identifier, @template, object_name, object)
end