Mercurial > zeropaste
view app/helpers/pastes_helper.rb @ 393:9b41d10feb3c
Update gems.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Wed, 17 Jun 2015 14:56:12 +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
