Sha256: a01547eed434b59d20387dd346e8d23a0d560b39123cccbb5c8c471825f2c1b1

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

class Ckeditor::Picture < Ckeditor::Asset
  def url_content
    attachment&.url
  end

  def url_thumb
    attachment&.url
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ckeditor-5.1.3 lib/generators/ckeditor/templates/active_record/shrine/ckeditor/picture.rb
ckeditor-5.1.2 lib/generators/ckeditor/templates/active_record/shrine/ckeditor/picture.rb