This file contains 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
i still need to send the asset_id through. | |
show wants the asset_id because im not using a helper_method like current_user |
This file contains 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 @asset.save | |
redirect_to team_asset_asset_steps_path(@team, @asset) | |
# redirect_to team_path(@asset.team), :notice => "Your media was saved." | |
else | |
... |