search for: f_title

Displaying 1 result from an estimated 1 matches for "f_title".

Did you mean: __title
2008 Oct 26
3
Undefined method f_title
...te(:name => ''Default (Empty)'', :f_type => ''Default (Empty)'', :description => ''Use this template to create a blank form.'') end def self.up create_table :sample_forms do |t| t.string :name, :null => false t.string :f_title t.text :description t.timestamps end self.add_data end def self.down drop_table :sample_forms end end While migrating, it gives the error ''undefined method f_title=''. I first thought ''title'' was reserved so I renamed it to '&...