Sha256: 708240c399f34f37c71275391adb399d3222abe7ecc9be8ca2325502e5f7edf4

Contents?: true

Size: 182 Bytes

Versions: 9

Compression:

Stored size: 182 Bytes

Contents

# -*- encoding : utf-8 -*-

class Card::EmailHtmlFormat < Card::HtmlFormat
  @@aliases[:email] = :email_html
  
  def internal_url relative_path
    wagn_url relative_path
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wagn-1.13.0.pre1 mods/standard/formats/email_html_format.rb
wagn-1.13.0.pre mods/standard/formats/email_html_format.rb
wagn-1.12.13 mods/standard/formats/email_html_format.rb
wagn-1.12.12 mods/standard/formats/email_html_format.rb
wagn-1.12.11 mods/standard/formats/email_html_format.rb
wagn-1.12.10 mods/standard/formats/email_html_format.rb
wagn-1.12.9 mods/standard/formats/email_html_format.rb
wagn-1.12.8 mods/standard/formats/email_html_format.rb
wagn-1.12.7 mods/standard/formats/email_html_format.rb