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
| class FidelityBondPrincipalAddressUpdatesController < CommandsController | |
| filter_resource_access :additional_member => [ :execute ] | |
| before_filter :set_updated_by | |
| def after_execute_path | |
| command.receiver | |
| end | |
| def after_execute_flash_message |