Method: Lite::Form::Base#initialize

Defined in:
lib/lite/form/base.rb

#initialize(params = {}) ⇒ Base

Returns a new instance of Base.



28
29
30
# File 'lib/lite/form/base.rb', line 28

def initialize(params = {})
  run_callbacks(:initialize) { super(params) }
end