Displaying 2 results from an estimated 2 matches for "sampleform".
2008 Oct 26
3
Undefined method f_title
Hi,
This is my migration:
class CreateSampleForms < ActiveRecord::Migration
def self.add_data
SampleForm.create(:name => ''Default (Empty)'', :f_type => ''Default
(Empty)'', :description => ''Use this template to create a blank form.'')
end
def self.up
create_table :sample...
2006 Jun 12
2
dom id on form_remote_tag
...l option for the dom id of the form on the
form_remote_tag.
Any ideas?
Here is the form tag so far...
<%=form_remote_tag :loading=>"showProgress()",
:complete=>"showForm()",:url=>{:action=>:new,
:controller=>"sample_controller"}, :update=>"sampleForm"%>