cirandas.net

ref: master

plugins/custom_forms/lib/ext/profile.rb


1
2
3
4
5
6
7
require_dependency 'profile'

class Profile

  has_many :forms, :class_name => 'CustomFormsPlugin::Form', :dependent => :destroy

end