Sha256: 6b06127e7a4014c04d10b3e8ff415c1434cc0133c79a5f2b549b4facd7fa71d4

Contents?: true

Size: 156 Bytes

Versions: 8

Compression:

Stored size: 156 Bytes

Contents

require 'coderay'

module ApplicationHelper

def example
  capture_haml do
    haml_tag :div, :class => "sg-example"  do
      yield
    end
  end
end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sb-styleguide-0.0.9 app/helpers/application_helper.rb
sb-styleguide-0.0.8 app/helpers/application_helper.rb
sb-styleguide-0.0.7 app/helpers/application_helper.rb
sb-styleguide-0.0.6 app/helpers/application_helper.rb
sb-styleguide-0.0.5 app/helpers/application_helper.rb
sb-styleguide-0.0.4 app/helpers/application_helper.rb
sb-styleguide-0.0.3 app/helpers/application_helper.rb
sb-styleguide-0.0.2 app/helpers/application_helper.rb