Sha256: f50305d0f2f96b9c9e0655ea6435443b0effe394db9f856d259a3ec047ff290a
Contents?: true
Size: 227 Bytes
Versions: 5
Compression:
Stored size: 227 Bytes
Contents
class TemplatesController < ApplicationController caches_page :file def file @path = params[:path] render :file => "app/assets/javascripts/<%= application_name %>/views/#{@path}" #, :layout => nil end end
Version data entries
5 entries across 5 versions & 1 rubygems