Sha256: 0a8d4445f6919f1e43a765c9c902dc9395dbd0487cd577cc83cbe229290f54c7

Contents?: true

Size: 219 Bytes

Versions: 1

Compression:

Stored size: 219 Bytes

Contents

require "noty-rails/version"

module Noty
  module Rails
    if defined?(::Rails) and ::Rails.version >= "3.1"
			class Rails::Engine < ::Rails::Engine
				# this class enables the asset pipeline
			end
		end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noty-rails-2.0.3 lib/noty-rails.rb