Sha256: dda31a627484cb993b9f1d2115995ace95e5dfa46d030a52e740aeb405132ca4

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

if defined?(CSSPush)
  CSSPush.install
else
  module CSSPush
    module PushHelper
      def pushify *args
        ""
      end
    end
  end
  ActionView::Base.send(:include, CSSPush::PushHelper)
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tilleryj-CSS-Push-1.0.1 install/css_push_initializer.rb
tilleryj-CSS-Push-1.0.2 install/css_push_initializer.rb
tilleryj-CSS-Push-1.0.3 install/css_push_initializer.rb