Created
October 29, 2012 20:04
-
-
Save slamotte/3976186 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if process_all | |
groups << %w(country province town) | |
groups << %w(job_class job_skill experience_level) | |
groups << %w(local collective_agreement due_type batch_due_type due_type_amount) | |
groups << %w(award course member_status project other_company) | |
groups << %w(member member_award member_course member_transfer member_auto_status_change member_experience_level member_job_skill member_movement) | |
groups << %w(out_of_work_list out_of_work_list_check_in out_of_work_list_job_class out_of_work_list_excluded_job_skill) | |
groups << %w(company company_collective_agreement field_office dispatch_request member_collective_agreement other_company_employment project_attribute employment employment_job_skill) | |
groups << %w(payment_batch payment_batch_receipt payment_batch_receipt_print deposit payment_batch_deposit payment_batch_member payment_batch_member_due due_transaction member_arrears) | |
groups << {class_name: "address", tables: %w(member company)} | |
end | |
groups << %w(note_segment note) # These need to be done as a pair |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment