diff --git a/app/helpers/asciicasts_helper.rb b/app/helpers/asciicasts_helper.rb index b05a6eb..fae75eb 100644 --- a/app/helpers/asciicasts_helper.rb +++ b/app/helpers/asciicasts_helper.rb @@ -41,4 +41,7 @@ module AsciicastsHelper EOS end + def random_description + ("

" + Faker::Lorem.sentences(6).join + "

").html_safe + end end