Noosfero/noosfero

View on GitHub
plugins/custom_forms/lib/ext/profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_dependency "profile"

class Profile
  has_many :forms, class_name: "CustomFormsPlugin::Form", dependent: :destroy
end