Sha256: db0bc64ff1720a336afe8ba7c17cae0bb03817d86b5761100d456b05a94e52c7

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

class Views::Test::PartialWithLocals < Erector::Widget
  needs :foo, :bar => 12345

  def content
    text "Partial, foo #{@foo}, bar #{@bar}"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
erector-0.10.0 spec/rails2/rails_app/app/views/test/_partial_with_locals.rb
erector-0.9.0 spec/rails2/rails_app/app/views/test/_partial_with_locals.rb
erector-0.9.0.pre1 spec/rails2/rails_app/app/views/test/_partial_with_locals.rb
erector-0.8.3 spec/rails2/rails_app/app/views/test/_partial_with_locals.rb