Method: Form#action

Defined in:
lib/make/form.rb

#action(url) ⇒ Object

change action url if specific and does not follow REST



31
32
33
34
# File 'lib/make/form.rb', line 31

def action url
  @formAction = url
  return self
end