Sha256: a959125599d828cae221e66b62feacadc1bd7d5a84d89cd70633b40d6d92b446

Contents?: true

Size: 225 Bytes

Versions: 3

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

module Tramway::ApplicationForms::Frontend
  def react_component(on: false)
    @react_component = on
  end

  def react_component?
    @react_component ||= false
    @react_component
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-0.1.2 app/forms/tramway/application_forms/frontend.rb
tramway-0.1.1.1 app/forms/tramway/application_forms/frontend.rb
tramway-0.1.1 app/forms/tramway/application_forms/frontend.rb