module RailheadCacheifyLoader

Public Class Methods

included(base) click to toggle source
# File lib/railhead_cacheify.rb, line 43
def self.included(base)
  base.extend ClassMethods
end