Sha256: 753744ab6f06d9752ad62c0617b22695fd4407253d98736321158450bf90d2b1

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

require 'handlebars'

module Stache
  module Handlebars
    #
    # A Convienent Base Class for the views. Subclass this for autoloading magic with your templates.
    class View < ::Handlebars::Context

      # crickets. So, this isn't as useful right now since you have to call #register_helper
      # and #partial_missing on the instance, but I'm sure we'll find a use for it :).

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stache-0.9.1 lib/stache/handlebars/view.rb
stache-0.9.0 lib/stache/handlebars/view.rb