Sha256: 2ccd9ac5549e63563c93ba7d68ed9f1cfa655b80634692cd63ed902dbd28d226
Contents?: true
Size: 481 Bytes
Versions: 3
Compression:
Stored size: 481 Bytes
Contents
require 'active_support/all' unless defined?(ActiveSupport::HashWithIndifferentAccess) require 'action_view' require 'rack' module Cobranding require File.join(File.expand_path(File.dirname(__FILE__)), 'cobranding', 'layout') require File.join(File.expand_path(File.dirname(__FILE__)), 'cobranding', 'helper') autoload :PersistentLayout, File.join(File.expand_path(File.dirname(__FILE__)), 'cobranding', 'persistent_layout') ActionView::Base.send(:include, Helper) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cobranding-1.3.0 | lib/cobranding.rb |
cobranding-1.2.3 | lib/cobranding.rb |
cobranding-1.2.2 | lib/cobranding.rb |