Method: Pageflow::Admin::FormInput#initialize

Defined in:
lib/pageflow/admin/form_input.rb

#initialize(attribute_name, options) ⇒ FormInput

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of FormInput.



7
8
9
10
# File 'lib/pageflow/admin/form_input.rb', line 7

def initialize(attribute_name, options)
  @attribute_name = attribute_name
  @options = options
end