Sha256: 6889cd18dc0aa5778e27fbef4640b95a21c707c3b3a2cfa59288b12334ec9acb

Contents?: true

Size: 157 Bytes

Versions: 5

Compression:

Stored size: 157 Bytes

Contents

module Repres::React::ApplicationHelper

  def react_script(options = {})
    render partial: 'repres/react/script', locals: { options: options }
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
repres-react-1.3 app/helpers/repres/react/application_helper.rb
repres-react-1.2.1 app/helpers/repres/react/application_helper.rb
repres-react-1.2 app/helpers/repres/react/application_helper.rb
repres-react-1.1.1 app/helpers/repres/react/application_helper.rb
repres-react-1.1 app/helpers/repres/react/application_helper.rb