diff --git a/Trying-to-Understand-Drops.textile b/Trying-to-Understand-Drops.textile index 03cda30..7619899 100644 --- a/Trying-to-Understand-Drops.textile +++ b/Trying-to-Understand-Drops.textile @@ -5,9 +5,11 @@ Perhaps someone can comment on what the different drops are doing and their purp Here are the 'drops' +
class UserDrop < BaseDrop
liquid_attributes << :login << :email
end
+
Explanation of above code