Sha256: 70cb6e5e803f1d7ddeab3f00597ea5ac4180079c9d9729481a980e57e3ca3220

Contents?: true

Size: 156 Bytes

Versions: 10

Compression:

Stored size: 156 Bytes

Contents

class Dashboards::PartialsPresenter < Curly::Presenter
  def items
    render partial: 'item', collection: ["One", "Two"], locals: { name: "yo" }
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
curly-templates-2.5.0 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.4.1 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.4.0 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.3.2 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.3.1 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.3.0 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.2.0 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.1.1 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.1.0 spec/dummy/app/presenters/dashboards/partials_presenter.rb
curly-templates-2.1.0.beta2 spec/dummy/app/presenters/dashboards/partials_presenter.rb