Sha256: bc0d3d6332d8bf63f14d38e7f597a1533a4df73b967006281157e92e09b1a4af

Contents?: true

Size: 155 Bytes

Versions: 15

Compression:

Stored size: 155 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

15 entries across 15 versions & 2 rubygems

Version Path
erector-rails4-0.2.0 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.1.3 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.1.2 spec/dummy/app/views/test/_partial_with_locals.rb
erector-0.10.0 spec/rails_root/app/views/test/_partial_with_locals.rb
erector-rails4-0.1.1 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.1.0 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.7 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.6 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.5 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.4 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.3 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.2 spec/dummy/app/views/test/_partial_with_locals.rb
erector-rails4-0.0.1 spec/dummy/app/views/test/_partial_with_locals.rb
erector-0.9.0 spec/rails_root/app/views/test/_partial_with_locals.rb
erector-0.9.0.pre1 spec/rails_root/app/views/test/_partial_with_locals.rb