Sha256: 48de9c58198af8b074da9c11b129b7bfd2a635f85ed13255ab60979be8ba78b9

Contents?: true

Size: 194 Bytes

Versions: 10

Compression:

Stored size: 194 Bytes

Contents

class Stache::WithAssetHelpers < Stache::Mustache::View

  def my_image
    @my_image ||= image_path("image.png")
  end

  def my_styles
    @my_styles ||= stylesheet_link_tag("test")
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stache-1.2.0 spec/dummy/lib/with_asset_helpers.rb
stache-1.1.1 spec/dummy/lib/with_asset_helpers.rb
stache-1.1.0 spec/dummy/lib/with_asset_helpers.rb
stache-1.0.3 spec/dummy/lib/with_asset_helpers.rb
stache-1.0.2 spec/dummy/lib/with_asset_helpers.rb
stache-1.0.1 spec/dummy/lib/with_asset_helpers.rb
stache-1.0.0 spec/dummy/lib/with_asset_helpers.rb
stache-1.0.0.rc spec/dummy/lib/with_asset_helpers.rb
stache-0.9.1 spec/dummy/lib/with_asset_helpers.rb
stache-0.9.0 spec/dummy/lib/with_asset_helpers.rb