You can merge this Pull Request by running:
git pull https://github.com/mtaylor/image-management-engine model_associations_and_controllers Or you can view, comment on it, or merge it online at: https://github.com/aeolus-incubator/image-management-engine/pull/20 -- Commit Summary -- * Created Added User Attributes Filter * Updated BaseImage/BaseImagesControler * Updated ImageVersions/ImageVersionsController * Updated TargetImage/TargetImagesController * updated ProviderImage/ProviderImageController * Removed ARec Base Patch specs * Updated Template/TemplateController -- File Changes -- M app/controllers/image_management/application_controller.rb (4) M app/controllers/image_management/base_images_controller.rb (11) M app/controllers/image_management/image_versions_controller.rb (27) M app/controllers/image_management/provider_images_controller.rb (38) M app/controllers/image_management/target_images_controller.rb (40) M app/controllers/image_management/templates_controller.rb (27) M app/models/image_management/base_image.rb (21) M app/models/image_management/image_version.rb (10) M app/models/image_management/provider_image.rb (17) M app/models/image_management/target_image.rb (21) M app/models/image_management/template.rb (13) A lib/filters/image_management/user_keys_filter.rb (42) M lib/image_management.rb (4) M spec/controllers/base_images_controller_spec.rb (8) M spec/controllers/image_versions_controller_spec.rb (6) M spec/controllers/provider_images_controller_spec.rb (2) M spec/factories/image_management/image_version.rb (6) A spec/filters/user_keys_filter_spec.rb (40) D spec/models/base_spec.rb (37) M spec/models/template_spec.rb (8) M spec/spec_helper.rb (1) -- Patch Links -- https://github.com/aeolus-incubator/image-management-engine/pull/20.patch https://github.com/aeolus-incubator/image-management-engine/pull/20.diff --- Reply to this email directly or view it on GitHub: https://github.com/aeolus-incubator/image-management-engine/pull/20
