class Extentions::Renderer
Public Class Methods
new(extention)
click to toggle source
# File lib/extentions/renderer.rb, line 10 def initialize(extention) lookup_context.view_paths = Rails.root + "app/extentions/#{extention.to_token}/views" end