Sha256: 06024cc595f6a1304732eef2c01290e6817389dcce011cae0aa8305fbe09660b

Contents?: true

Size: 333 Bytes

Versions: 7

Compression:

Stored size: 333 Bytes

Contents

class HtmlController < ApplicationController
  append_view_path File.expand_path("../../../../assets", File.dirname(__FILE__))
  append_view_path File.expand_path("../../../../assets/html", File.dirname(__FILE__))append_view_path
  expose(:presenter) { <%= project_name.camelcase %>::Presenter.from_nothing %> }
  def index; end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
confluence-1.0.3 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-1.0.2 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-1.0.1 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-1.0.0 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-0.2.0 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-0.1.1 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt
confluence-0.1.0 lib/confluence/templates/test/integration/app/controllers/html_controller.rb.tt