Commit ffae92398051020386573ef2277e6194e26aefbd
1 parent
a25955f0
Exists in
master
require 'letter_avatar/has_avatar' in readme
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
@@ -113,6 +113,8 @@ There's also helper for this. To use it, you need: | @@ -113,6 +113,8 @@ There's also helper for this. To use it, you need: | ||
113 | Say, you have a model `User` (which must have attribute or method `name`) | 113 | Say, you have a model `User` (which must have attribute or method `name`) |
114 | 114 | ||
115 | ```ruby | 115 | ```ruby |
116 | +require 'letter_avatar/has_avatar' | ||
117 | + | ||
116 | class User | 118 | class User |
117 | include LetterAvatar::HasAvatar | 119 | include LetterAvatar::HasAvatar |
118 | ... | 120 | ... |