Mercurial > zeropaste
view app/helpers/pastes_helper.rb @ 369:c0d4e6115642
Update gems.
| author | edogawaconan <me@myconan.net> |
|---|---|
| date | Tue, 14 Apr 2015 00:16:01 +0900 |
| parents | 7c7b7906ebd9 |
| children | 2ddd61aca2c8 |
line wrap: on
line source
module PastesHelper def print_txt_create_result if @paste.errors.any? "Failed" else url = paste_path @paste, :only_path => false if @fresh "#{url} (key: #{@paste.key})" else url end end end end
