Created
October 21, 2014 13:40
-
-
Save matstc/de6315cbb22027465152 to your computer and use it in GitHub Desktop.
Example of a single layer of abstraction
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 favorite post | |
favorite = post.favorites.create!(user: current_user) | |
post.user.notify_of favorite if post.user.likes_emails? | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment