Sha256: 095b793259bf0b34bfa08fb3f43c07fd13018e00597f355c0a297c92bdbd86fd
Contents?: true
Size: 294 Bytes
Versions: 24
Compression:
Stored size: 294 Bytes
Contents
class InformationForm < ActiveRecord::Base # important note: for this to work, there needs to have a fieldset with an nkey of "first" in the db # so that DynamicFieldsets::Fieldset.find_by_nkey("first") returns a fieldset acts_as_dynamic_fieldset :child_form => {:fieldset => :first} end
Version data entries
24 entries across 24 versions & 1 rubygems