module Assette::ViewHelper
Public Class Methods
included(receiver)
click to toggle source
# File lib/assette/view_helper.rb, line 51 def self.included receiver if Assette.config.prod? receiver.send :include, Production else receiver.send :include, Development end end