Sha256: 1a11dbda73219c79e94c9f7c193c5a804bcf83c783b1ce16b27658a05a5addb4

Contents?: true

Size: 155 Bytes

Versions: 5

Compression:

Stored size: 155 Bytes

Contents

class RichViewComponent < Components::Base
  def urler
    render
  end

  def form
    render
  end

  def linker(url)
    @url = url
    render
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
langalex-components-0.0.1 test/app/components/rich_view_component.rb
langalex-components-0.0.2 test/app/components/rich_view_component.rb
langalex-components-0.0.3 test/app/components/rich_view_component.rb
langalex-components-0.0.4 test/app/components/rich_view_component.rb
components-0.0.5 test/app/components/rich_view_component.rb