Sha256: 7b0663f891b64253f3ebccf1b895efe8dca22b9812e610fb4336fdb82bf390b7

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

module StaticMatic
  module Helpers
    module RenderHelper
      self.extend self
      
      # Include a partial template
      def partial(name, options = {})
        @staticmatic.generate_partial(name, options)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
staticmatic2-2.0.0 lib/staticmatic/helpers/render_helper.rb
staticmatic-0.11.1 lib/staticmatic/helpers/render_helper.rb
staticmatic-0.11.0 lib/staticmatic/helpers/render_helper.rb
staticmatic-0.11.0.alpha.10 lib/staticmatic/helpers/render_helper.rb
staticmatic-0.11.0.alpha.9 lib/staticmatic/helpers/render_helper.rb