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