Created
September 18, 2014 16:01
-
-
Save lukaszsagol/c87d226aaee53290da6b to your computer and use it in GitHub Desktop.
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
def create | |
create! do |success, failure| | |
success.html { flash[:notice] = nil; redirect_to whatever } | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment