Sha256: 344a533be82997590afd1936c57d2aec25e7b743cf9ebb22bd57ba6ec4af0b88

Contents?: true

Size: 323 Bytes

Versions: 37

Compression:

Stored size: 323 Bytes

Contents

class TagHelper < Merb::Controller
  def tag_with_content
    @content = "Astral Projection ~ Dancing Galaxy"
    
    render
  end

  def tag_with_content_in_the_block
    render
  end

  def nested_tags
    @content = "Astral Projection ~ In the Mix"
    
    render
  end

  def tag_with_attributes
    render
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
merb-core-1.1.3 spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.3 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.2 spec/fixture/app/controllers/tag_helper.rb
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.1 spec/fixture/app/controllers/tag_helper.rb
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.0 spec/fixture/app/controllers/tag_helper.rb
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.0.rc1 spec/fixture/app/controllers/tag_helper.rb
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.1.0.pre spec/fixture/app/controllers/tag_helper.rb
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/merb-helpers-0.9.14/spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.15 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.14 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.13 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.12 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-0.9.10 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.1 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.10 spec/fixture/app/controllers/tag_helper.rb
merb-helpers-1.0.2 spec/fixture/app/controllers/tag_helper.rb