Sha256: 27aa92337d2c030721d31b33c1c39d427ed6ef7d3922420b43b723331db0b74e
Contents?: true
Size: 318 Bytes
Versions: 33
Compression:
Stored size: 318 Bytes
Contents
class CreatePartyAndRoleTypeForCommunicationEvents < ActiveRecord::Migration def up role_type = RoleType.find_or_create_by_description_and_internal_identifier('Application', 'application') party = Party.find_or_create_by_description('Compass AE') party.role_type << role_type end def down end end
Version data entries
33 entries across 33 versions & 1 rubygems